v1.2.3
📦 huggingface-hubView on GitHub →
🐛 1 fixes
Summary
This patch release fixes a bug in the CLI where new repository creation incorrectly defaulted to private=False instead of private=None, aligning CLI behavior with the API.
🐛 Bug Fixes
- Fixed an issue where creating a new repository via the CLI defaulted to private=False instead of private=None, which is inconsistent with the API behavior.