From 4e461e6e2201731be53dd453666b1e8e17ea8dc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:48:40 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- swiftide/CHANGELOG.md | 5 +++++ swiftide/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dece346f..6c9f7ee2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2324,7 +2324,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "swiftide" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "async-openai", diff --git a/swiftide/CHANGELOG.md b/swiftide/CHANGELOG.md index 819af6b4..49362aab 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.2.1](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.2.0...swiftide-v0.2.1) - 2024-06-13 + +### Other +- Add link to bosun + ## [0.2.0](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.1.0...swiftide-v0.2.0) - 2024-06-13 ### Added diff --git a/swiftide/Cargo.toml b/swiftide/Cargo.toml index 27b513ef..aecfe2b5 100644 --- a/swiftide/Cargo.toml +++ b/swiftide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiftide" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT" readme = "../README.md"