diff --git a/CHANGELOG.md b/CHANGELOG.md index 31f87ca..46a8216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [0.3.0] - 2024-12-05 + +### Features + +- Return reconfigured stream ([#53](https://github.com/s2-streamstore/s2-cli/issues/53)) +- Stderr `CommandRecord` when reading ([#45](https://github.com/s2-streamstore/s2-cli/issues/45)) ([#55](https://github.com/s2-streamstore/s2-cli/issues/55)) +- Sign and notarize apple binaries ([#54](https://github.com/s2-streamstore/s2-cli/issues/54)) +- Flatten commands ([#52](https://github.com/s2-streamstore/s2-cli/issues/52)) ([#56](https://github.com/s2-streamstore/s2-cli/issues/56)) + ## [0.2.0] - 2024-12-05 ### Features diff --git a/Cargo.lock b/Cargo.lock index fbfccae..0655974 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1511,7 +1511,7 @@ checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "s2" -version = "0.2.0" +version = "0.3.0" dependencies = [ "async-stream", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4ff4531..d0b4c0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "s2" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "Apache-2.0"