From 91ad546557955a7434da641946b34e7410b19548 Mon Sep 17 00:00:00 2001 From: Mehul Arora Date: Mon, 23 Dec 2024 13:44:09 -0500 Subject: [PATCH 1/2] release 0.6.4 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb669f2..a2f21ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.6.4] - 2024-12-23 + +### Documentation + +- Update README S2 doc link ([#92](https://github.com/s2-streamstore/s2-cli/issues/92)) + ## [0.6.3] - 2024-12-19 ### Documentation diff --git a/Cargo.lock b/Cargo.lock index 67069c4..e534775 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1654,7 +1654,7 @@ dependencies = [ [[package]] name = "streamstore-cli" -version = "0.6.3" +version = "0.6.4" dependencies = [ "async-stream", "base16ct", diff --git a/Cargo.toml b/Cargo.toml index df1ab2b..34e8760 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "streamstore-cli" description = "CLI for S2" -version = "0.6.3" +version = "0.6.4" edition = "2021" license = "Apache-2.0" keywords = ["streamstore", "s2", "log", "stream", "s3"] From b96bc11ef8cc3d2d188cc43b0499a4121b62d360 Mon Sep 17 00:00:00 2001 From: Mehul Arora Date: Mon, 23 Dec 2024 13:45:30 -0500 Subject: [PATCH 2/2] . --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f21ff..7fa3e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [0.6.4] - 2024-12-23 +### Bug Fixes + +- Error/help messages ([#95](https://github.com/s2-streamstore/s2-cli/issues/95)) + ### Documentation - Update README S2 doc link ([#92](https://github.com/s2-streamstore/s2-cli/issues/92))