From f51e668508b23ee0cb17790b77b94a3aad9daaa5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:02:39 +0200 Subject: [PATCH] chore: release v0.3.0 (#45) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- swiftide/CHANGELOG.md | 11 +++++++++++ swiftide/Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c9f7ee2..5e919212 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2324,7 +2324,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "swiftide" -version = "0.2.1" +version = "0.3.0" dependencies = [ "anyhow", "async-openai", diff --git a/swiftide/CHANGELOG.md b/swiftide/CHANGELOG.md index 3564f7f4..b057b0ed 100644 --- a/swiftide/CHANGELOG.md +++ b/swiftide/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.2.1...swiftide-v0.3.0) - 2024-06-14 + +### Added +- *(ingestion_pipeline)* early return if any error encountered ([#49](https://github.com/bosun-ai/swiftide/pull/49)) +- configurable concurrency for transformers and chunkers ([#47](https://github.com/bosun-ai/swiftide/pull/47)) +- *(ingestion_pipeline)* concurrency improvements ([#48](https://github.com/bosun-ai/swiftide/pull/48)) +- *(ingestion_pipeline)* [**breaking**] support chained storage backends ([#46](https://github.com/bosun-ai/swiftide/pull/46)) + +### Other +- update linkedin link + ## [0.2.1](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.2.0...swiftide-v0.2.1) - 2024-06-13 ### Other diff --git a/swiftide/Cargo.toml b/swiftide/Cargo.toml index aecfe2b5..b853b997 100644 --- a/swiftide/Cargo.toml +++ b/swiftide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiftide" -version = "0.2.1" +version = "0.3.0" edition = "2021" license = "MIT" readme = "../README.md"