Skip to content

Commit

Permalink
Increase PT compat
Browse files Browse the repository at this point in the history
  • Loading branch information
svilupp authored Jul 7, 2024
1 parent 526f183 commit c449c5e
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.2.0]

### Updated
- Increased compat for PromptingTools to v0.37

## [0.1.1]

### Fixed
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 = "AIHelpMe"
uuid = "01402e1f-dc83-4213-a98b-42887d758baa"
authors = ["J S <[email protected]> and contributors"]
version = "0.1.1"
version = "0.2.0"

[deps]
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Expand All @@ -25,7 +25,7 @@ LazyArtifacts = "<0.0.1, 1"
LinearAlgebra = "<0.0.1, 1"
PrecompileTools = "1"
Preferences = "1"
PromptingTools = "0.22"
PromptingTools = "0.37"
REPL = "1"
SHA = "0.7"
Serialization = "<0.0.1, 1"
Expand Down

2 comments on commit c449c5e

@svilupp
Copy link
Owner Author

@svilupp svilupp commented on c449c5e 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:

Updates:

  • Increased PromptingTools compat to v0.37

@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/110622

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

Please sign in to comment.