From 1887755518a8fc84feadef6c91d75a91fd739f29 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:01:59 +0200 Subject: [PATCH] chore: release v0.11.1 (#284) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `swiftide`: 0.11.0 -> 0.11.1 * `swiftide-core`: 0.11.0 -> 0.11.1 * `swiftide-indexing`: 0.11.0 -> 0.11.1 * `swiftide-macros`: 0.11.0 -> 0.11.1 * `swiftide-integrations`: 0.11.0 -> 0.11.1 * `swiftide-query`: 0.11.0 -> 0.11.1
Changelog

## `swiftide`

## [0.11.1](https://github.com/bosun-ai/swiftide/releases/tag/0.11.1) - 2024-09-10 ### Fixed - [dfa546b](https://github.com/bosun-ai/swiftide/commit/dfa546b310e71a7cb78a927cc8f0ee4e2046a592) *(uncategorized)* Add missing parquet feature flag **Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.11.0...0.11.1

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 18 +++++++++--------- Cargo.toml | 2 +- swiftide-query/Cargo.toml | 2 +- 4 files changed, 22 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bb15e00..c82362e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.11.1](https://github.com/bosun-ai/swiftide/releases/tag/0.11.1) - 2024-09-10 + +### Fixed + +- [dfa546b](https://github.com/bosun-ai/swiftide/commit/dfa546b310e71a7cb78a927cc8f0ee4e2046a592) *(uncategorized)* Add missing parquet feature flag + + +**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.11.0...0.11.1 + + + ## [0.11.0](https://github.com/bosun-ai/swiftide/releases/tag/0.11.0) - 2024-09-08 ### Added diff --git a/Cargo.lock b/Cargo.lock index e4445b8d..9c16c4b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1253,7 +1253,7 @@ dependencies = [ [[package]] name = "benchmarks" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "criterion", @@ -2707,7 +2707,7 @@ dependencies = [ [[package]] name = "examples" -version = "0.11.0" +version = "0.11.1" dependencies = [ "fluvio", "qdrant-client", @@ -7467,7 +7467,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swiftide" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "arrow-array", @@ -7493,7 +7493,7 @@ dependencies = [ [[package]] name = "swiftide-core" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "async-trait", @@ -7517,7 +7517,7 @@ dependencies = [ [[package]] name = "swiftide-indexing" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "async-trait", @@ -7545,7 +7545,7 @@ dependencies = [ [[package]] name = "swiftide-integrations" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "arrow", @@ -7597,7 +7597,7 @@ dependencies = [ [[package]] name = "swiftide-macros" -version = "0.11.0" +version = "0.11.1" dependencies = [ "darling", "proc-macro2", @@ -7607,7 +7607,7 @@ dependencies = [ [[package]] name = "swiftide-query" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "async-trait", @@ -7633,7 +7633,7 @@ dependencies = [ [[package]] name = "swiftide-test-utils" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "async-openai", diff --git a/Cargo.toml b/Cargo.toml index 2c26d339..6e0ed49c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.11.0" +version = "0.11.1" edition = "2021" license = "MIT" readme = "README.md" diff --git a/swiftide-query/Cargo.toml b/swiftide-query/Cargo.toml index 6cbad28f..62ec6be6 100644 --- a/swiftide-query/Cargo.toml +++ b/swiftide-query/Cargo.toml @@ -25,7 +25,7 @@ serde = { workspace = true } serde_json = { workspace = true } # Internal -swiftide-core = { path = "../swiftide-core", version = "0.11.0" } +swiftide-core = { path = "../swiftide-core", version = "0.11.1" } [dev-dependencies] swiftide-core = { path = "../swiftide-core", features = ["test-utils"] }