diff --git a/Cargo.lock b/Cargo.lock index 76961e2..5acaecb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4568,7 +4568,7 @@ dependencies = [ [[package]] name = "s2-cli" -version = "0.29.23" +version = "0.29.24" dependencies = [ "assert_cmd", "async-stream", @@ -4644,7 +4644,7 @@ dependencies = [ [[package]] name = "s2-lite" -version = "0.29.23" +version = "0.29.24" dependencies = [ "async-stream", "async-trait", diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 5e63520..0ec60da 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.29.24] - 2026-03-17 + +### Miscellaneous Tasks + +- Update Cargo.toml dependencies + + + ## [0.29.23] - 2026-03-15 diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 261f74f..f80f901 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2-cli" -version = "0.29.23" +version = "0.29.24" description = "CLI for S2" edition.workspace = true license.workspace = true diff --git a/lite/CHANGELOG.md b/lite/CHANGELOG.md index f2d50c5..01efafe 100644 --- a/lite/CHANGELOG.md +++ b/lite/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [0.29.24] - 2026-03-17 + +### Miscellaneous Tasks + +- Update Cargo.toml dependencies + + + ## [0.29.23] - 2026-03-15 ### Bug Fixes diff --git a/lite/Cargo.toml b/lite/Cargo.toml index 1e2f3d8..d374bc3 100644 --- a/lite/Cargo.toml +++ b/lite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2-lite" -version = "0.29.23" +version = "0.29.24" description = "Lightweight server implementation of S2, the durable streams API, backed by object storage" edition.workspace = true license.workspace = true