Skip to content

Commit c54c8d4

Browse files
committed
version fix
1 parent dc0f6ed commit c54c8d4

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Fixed
1212

13-
## [0.44.1]
14-
15-
### Fixed
16-
- Fixed a bug where `wrap_string` would not correctly split very long Unicode words.
17-
18-
1913
## [0.44.0]
2014

2115
### Added
2216
- Added Mistral Large 2 and Mistral-Nemo to the model registry (alias `mistral-nemo`).
2317

18+
### Fixed
19+
- Fixed a bug where `wrap_string` would not correctly split very long Unicode words.
20+
2421
## [0.43.0]
2522

2623
### Added

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PromptingTools"
22
uuid = "670122d1-24a8-4d70-bfce-740807c42192"
33
authors = ["J S @svilupp and contributors"]
4-
version = "0.44.1"
4+
version = "0.44.0"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

0 commit comments

Comments
 (0)