From 7983d16e552aa215f2dc6b1bde5d3970ab16c6d2 Mon Sep 17 00:00:00 2001 From: "Swabbie (Bosun)" <155570396+SwabbieBosun@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:45:11 +0100 Subject: [PATCH] chore: release v0.17.3 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- swiftide-query/Cargo.toml | 2 +- 4 files changed, 23 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c95f114..54eaa2eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.17.3](https://github.com/bosun-ai/swiftide/compare/v0.17.2...v0.17.3) - 2025-01-21 + +### Miscellaneous + +- [0000000](https://github.com/bosun-ai/swiftide/commit/0000000) Update Cargo.lock dependencies + + +**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.17.2...0.17.3 + + + ## [0.17.2](https://github.com/bosun-ai/swiftide/compare/v0.17.1...v0.17.2) - 2025-01-21 ### Bug fixes diff --git a/Cargo.lock b/Cargo.lock index 22504ec1..4937152c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1262,7 +1262,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "benchmarks" -version = "0.17.2" +version = "0.17.3" dependencies = [ "anyhow", "criterion", @@ -8504,7 +8504,7 @@ dependencies = [ [[package]] name = "swiftide" -version = "0.17.2" +version = "0.17.3" dependencies = [ "anyhow", "arrow-array", @@ -8532,7 +8532,7 @@ dependencies = [ [[package]] name = "swiftide-agents" -version = "0.17.2" +version = "0.17.3" dependencies = [ "anyhow", "async-trait", @@ -8556,7 +8556,7 @@ dependencies = [ [[package]] name = "swiftide-core" -version = "0.17.2" +version = "0.17.3" dependencies = [ "anyhow", "async-trait", @@ -8584,7 +8584,7 @@ dependencies = [ [[package]] name = "swiftide-examples" -version = "0.17.2" +version = "0.17.3" dependencies = [ "anyhow", "fluvio", @@ -8605,7 +8605,7 @@ dependencies = [ [[package]] name = "swiftide-indexing" -version = "0.17.2" +version = "0.17.3" dependencies = [ "anyhow", "async-trait", @@ -8633,7 +8633,7 @@ dependencies = [ [[package]] name = "swiftide-integrations" -version = "0.17.2" +version = "0.17.3" dependencies = [ "anyhow", "arrow", @@ -8691,7 +8691,7 @@ dependencies = [ [[package]] name = "swiftide-macros" -version = "0.17.2" +version = "0.17.3" dependencies = [ "anyhow", "async-trait", @@ -8713,7 +8713,7 @@ dependencies = [ [[package]] name = "swiftide-query" -version = "0.17.2" +version = "0.17.3" dependencies = [ "anyhow", "async-trait", @@ -8734,7 +8734,7 @@ dependencies = [ [[package]] name = "swiftide-test-utils" -version = "0.17.2" +version = "0.17.3" dependencies = [ "anyhow", "async-openai", diff --git a/Cargo.toml b/Cargo.toml index 29794bda..e44754e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ default-members = ["swiftide", "swiftide-*"] resolver = "2" [workspace.package] -version = "0.17.2" +version = "0.17.3" edition = "2021" license = "MIT" readme = "README.md" diff --git a/swiftide-query/Cargo.toml b/swiftide-query/Cargo.toml index a8f393d2..9555fa69 100644 --- a/swiftide-query/Cargo.toml +++ b/swiftide-query/Cargo.toml @@ -25,7 +25,7 @@ serde_json = { workspace = true } tera = { workspace = true } # Internal -swiftide-core = { path = "../swiftide-core", version = "0.17.2" } +swiftide-core = { path = "../swiftide-core", version = "0.17.3" } [dev-dependencies] swiftide-core = { path = "../swiftide-core", features = ["test-utils"] }