From c6343e5f4a173681b0476eb90d2d3189a71bef02 Mon Sep 17 00:00:00 2001 From: Timon Vonk Date: Mon, 15 Jul 2024 18:05:51 +0200 Subject: [PATCH] chore: release v0.6.5 (#181) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `swiftide`: 0.6.4 -> 0.6.5
Changelog

## [0.6.5](https://github.com/bosun-ai/swiftide/releases/tag/0.6.5) - 2024-07-15 ### Features - [0065c7a](https://github.com/bosun-ai/swiftide/commit/0065c7a7fd1289ea227391dd7b9bd51c905290d5) *(prompt)* Add extending the prompt repository ([#178](https://github.com/bosun-ai/swiftide/pull/178)) ### Documentation - [b95b395](https://github.com/bosun-ai/swiftide/commit/b95b3955f89ed231cc156dab749ee7bb8be98ee5) *(swiftide)* Documentation improvements and cleanup ([#176](https://github.com/bosun-ai/swiftide/pull/176)) ### Miscellaneous Tasks - [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/bosun-ai/swiftide/compare/0.6.4...0.7.0

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 2 +- swiftide/Cargo.toml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3fc96e7..0c28b6ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ All notable changes to this project will be documented in this file. +## [0.6.5](https://github.com/bosun-ai/swiftide/releases/tag/0.6.5) - 2024-07-15 + +### Features + +- [0065c7a](https://github.com/bosun-ai/swiftide/commit/0065c7a7fd1289ea227391dd7b9bd51c905290d5) *(prompt)* Add extending the prompt repository ([#178](https://github.com/bosun-ai/swiftide/pull/178)) + +### Documentation + +- [b95b395](https://github.com/bosun-ai/swiftide/commit/b95b3955f89ed231cc156dab749ee7bb8be98ee5) *(swiftide)* Documentation improvements and cleanup ([#176](https://github.com/bosun-ai/swiftide/pull/176)) + +### Miscellaneous Tasks + +- [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/bosun-ai/swiftide/compare/0.6.4...0.7.0 + + + + + ## [0.6.4](https://github.com/bosun-ai/swiftide/releases/tag/0.6.4) - 2024-07-14 ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index 8c11f064..fb0c2393 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4193,7 +4193,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swiftide" -version = "0.6.4" +version = "0.6.5" dependencies = [ "anyhow", "async-openai", diff --git a/swiftide/Cargo.toml b/swiftide/Cargo.toml index 390a6006..09dd7f8b 100644 --- a/swiftide/Cargo.toml +++ b/swiftide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiftide" -version = "0.6.4" +version = "0.6.5" edition = "2021" license = "MIT" readme = "../README.md"