Skip to content

Commit

Permalink
version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
svilupp committed Jul 30, 2024
1 parent dc0f6ed commit c54c8d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [0.44.1]

### Fixed
- Fixed a bug where `wrap_string` would not correctly split very long Unicode words.


## [0.44.0]

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

### Fixed
- Fixed a bug where `wrap_string` would not correctly split very long Unicode words.

## [0.43.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PromptingTools"
uuid = "670122d1-24a8-4d70-bfce-740807c42192"
authors = ["J S @svilupp and contributors"]
version = "0.44.1"
version = "0.44.0"

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

2 comments on commit c54c8d4

@svilupp
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Added

  • Added Mistral Large 2 and Mistral-Nemo to the model registry (alias mistral-nemo).

Fixed

  • Fixed a bug where wrap_string would not correctly split very long Unicode words.

Commits

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/112049

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.44.0 -m "<description of version>" c54c8d466f2a8b06af05f0879aa72a18956d99a3
git push origin v0.44.0

Please sign in to comment.