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 10, 2024
1 parent c449c5e commit 0bda19e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [0.2.1]

### Updated
- Increased compat for PromptingTools to v0.37.1 to include bugfixes.


## [0.2.0]

### Updated
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.2.0"
version = "0.2.1"

[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.37"
PromptingTools = "0.37.1"
REPL = "1"
SHA = "0.7"
Serialization = "<0.0.1, 1"
Expand Down

2 comments on commit 0bda19e

@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:

Updated

  • Increased compat for PromptingTools to v0.37.1 to include bugfixes.

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

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.1 -m "<description of version>" 0bda19e8159f8bd822573fe1bfd12268533097fc
git push origin v0.2.1

Please sign in to comment.