We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8764d5a commit ade3b32Copy full SHA for ade3b32
2 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.23.1 - 2026-01-16]
6
+
7
+### Fixed
8
9
+- Fix custom progress bar with huggingface_hub >= 1.1.0. #391 Thanks to @danxuliu
10
11
## [0.23.0 - 2025-11-25]
12
13
### Added
@@ -10,7 +16,7 @@ All notable changes to this project will be documented in this file.
16
17
### Fixed
18
-- handle bot join messages properly to get conversation id and name (#385)
19
+- Handle bot join messages properly to get conversation id and name (#385)
14
20
15
21
## [0.22.0 - 2025-10-24]
22
nc_py_api/_version.py
@@ -1,3 +1,3 @@
1
"""Version of nc_py_api."""
-__version__ = "0.23.0"
+__version__ = "0.23.1"
0 commit comments