diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ecd322..fcf693f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Project.toml b/Project.toml index fd3140d..a0a7e58 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "AIHelpMe" uuid = "01402e1f-dc83-4213-a98b-42887d758baa" authors = ["J S <49557684+svilupp@users.noreply.github.com> and contributors"] -version = "0.2.0" +version = "0.2.1" [deps] HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f" @@ -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"