Skip to content

Commit ade3b32

Browse files
committed
v0.23.1 [publish]
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent 8764d5a commit ade3b32

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
511
## [0.23.0 - 2025-11-25]
612

713
### Added
@@ -10,7 +16,7 @@ All notable changes to this project will be documented in this file.
1016

1117
### Fixed
1218

13-
- 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)
1420

1521
## [0.22.0 - 2025-10-24]
1622

nc_py_api/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of nc_py_api."""
22

3-
__version__ = "0.23.0"
3+
__version__ = "0.23.1"

0 commit comments

Comments
 (0)