diff --git a/Cargo.lock b/Cargo.lock index 88d76eeb..7e58ae66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2324,7 +2324,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "swiftide" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "async-openai", diff --git a/swiftide/CHANGELOG.md b/swiftide/CHANGELOG.md index 41f8be31..3fe8024b 100644 --- a/swiftide/CHANGELOG.md +++ b/swiftide/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.2](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.3.1...swiftide-v0.3.2) - 2024-06-16 + +### Added +- *(integrations)* qdrant and openai builder should be consistent ([#52](https://github.com/bosun-ai/swiftide/pull/52)) + ## [0.3.1](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.3.0...swiftide-v0.3.1) - 2024-06-15 ### Other diff --git a/swiftide/Cargo.toml b/swiftide/Cargo.toml index a7e9b4e7..cfb2d518 100644 --- a/swiftide/Cargo.toml +++ b/swiftide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiftide" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "MIT" readme = "../README.md"