diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc103be..a3fc96e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [0.6.4](https://github.com/bosun-ai/swiftide/releases/tag/0.6.4) - 2024-07-14 + +### Bug Fixes + +- [b54691f](https://github.com/bosun-ai/swiftide/commit/b54691f769e2d0ac7886938b6e837551926eea2f) *(prompts)* Include default prompts in crate ([#174](https://github.com/bosun-ai/swiftide/pull/174)) + + +**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.6.3...0.6.4 + + + + + ## [0.6.3](https://github.com/bosun-ai/swiftide/releases/tag/0.6.3) - 2024-07-14 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index a3e57f31..8c11f064 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4193,7 +4193,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swiftide" -version = "0.6.3" +version = "0.6.4" dependencies = [ "anyhow", "async-openai", diff --git a/swiftide/Cargo.toml b/swiftide/Cargo.toml index 55390125..00964dc5 100644 --- a/swiftide/Cargo.toml +++ b/swiftide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiftide" -version = "0.6.3" +version = "0.6.4" edition = "2021" license = "MIT" readme = "../README.md"