Skip to content

Commit

Permalink
Compat-flashrank-v04
Browse files Browse the repository at this point in the history
  • Loading branch information
svilupp committed Jul 7, 2024
1 parent 719bf69 commit b16dd25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [0.37.0]

### Updated
- Increase compat bound for FlashRank to 0.4

## [0.36.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions 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.36.0"
version = "0.37.0"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down Expand Up @@ -39,7 +39,7 @@ AbstractTrees = "0.4"
Aqua = "0.7"
Base64 = "<0.0.1, 1"
Dates = "<0.0.1, 1"
FlashRank = "0.2"
FlashRank = "0.4"
GoogleGenAI = "0.3"
HTTP = "1"
JSON3 = "1"
Expand Down

2 comments on commit b16dd25

@svilupp
Copy link
Owner Author

@svilupp svilupp commented on b16dd25 Jul 7, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Updated

  • Increase compat bound for FlashRank to 0.4

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/110618

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.37.0 -m "<description of version>" b16dd25bd9a3f3f748ccf3b8ab152b107853c50d
git push origin v0.37.0

Please sign in to comment.