From 0448680c72ab0e82ca2b38f9bebc5bdc17eb93dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:09:01 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- swiftide/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3fc96e7..71fcf3c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [0.7.0](https://github.com/bosun-ai/swiftide/releases/tag/0.7.0) - 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)) + + +**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..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"