diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..22475ec5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] +## swiftide - [0.7.0](https://github.com/bosun-ai/swiftide/releases/tag/0.7.0) - 2024-07-15 + +### Added + +- [0065c7a](https://github.com/bosun-ai/swiftide/commit/0065c7a7fd1289ea227391dd7b9bd51c905290d5) *(prompt)* Add extending the prompt repository ([#178](https://github.com/bosun-ai/swiftide/pull/178)) + +### Other + +- [b95b395](https://github.com/bosun-ai/swiftide/commit/b95b3955f89ed231cc156dab749ee7bb8be98ee5) *(swiftide)* Documentation improvements and cleanup ([#176](https://github.com/bosun-ai/swiftide/pull/176)) + +- [73d5fa3](https://github.com/bosun-ai/swiftide/commit/73d5fa37d23f53919769c2ffe45db2e3832270ef) *(traits)* Cleanup unused batch size in `BatchableTransformer` ([#177](https://github.com/bosun-ai/swiftide/pull/177)) + + +**Full Changelog**: https://github.com///compare/0.6.4...0.7.0 + diff --git a/Cargo.lock b/Cargo.lock index 8c11f064..ff4b8ce1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4193,7 +4193,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swiftide" -version = "0.6.4" +version = "0.7.0" dependencies = [ "anyhow", "async-openai", diff --git a/swiftide/Cargo.toml b/swiftide/Cargo.toml index 390a6006..4f0edf8e 100644 --- a/swiftide/Cargo.toml +++ b/swiftide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiftide" -version = "0.6.4" +version = "0.7.0" edition = "2021" license = "MIT" readme = "../README.md"