From 1ebbc2fe01d6647abbc77850bc35ec93328891dd Mon Sep 17 00:00:00 2001 From: Timon Vonk Date: Fri, 28 Jun 2024 14:16:06 +0200 Subject: [PATCH] chore: manual release-plz update --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- swiftide/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b03b9c5..139af461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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). +## `swiftide` - [0.4.3](https://github.com/me/my-proj/compare/swiftide-v0.4.2...swiftide-v0.4.3) - 2024-06-28 + +### Fixed +- *(memory_storage)* fallback to incremental counter when missing id + +### Other +- clippy +- *(readme)* clean up and consistent badge styles +- *(readme)* add ci badge + ## `swiftide` - [0.4.2](https://github.com/me/my-proj/compare/swiftide-v0.4.1...swiftide-v0.4.2) - 2024-06-26 ### Added diff --git a/Cargo.lock b/Cargo.lock index 2daf70ac..f295576b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3658,7 +3658,7 @@ checksum = "0d0208408ba0c3df17ed26eb06992cb1a1268d41b2c0e12e65203fbe3972cee5" [[package]] name = "swiftide" -version = "0.4.2" +version = "0.4.3" dependencies = [ "anyhow", "async-openai", diff --git a/swiftide/Cargo.toml b/swiftide/Cargo.toml index f5218522..275bb369 100644 --- a/swiftide/Cargo.toml +++ b/swiftide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiftide" -version = "0.4.2" +version = "0.4.3" edition = "2021" license = "MIT" readme = "../README.md"