From a93e1468e1175f00c3916ce71345330620992d49 Mon Sep 17 00:00:00 2001 From: Mehul Arora <65443164+infiniteregrets@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:46:48 -0500 Subject: [PATCH] release 0.6.4 (#97) --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb669f2..7fa3e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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)) + ## [0.6.3] - 2024-12-19 ### Documentation diff --git a/Cargo.lock b/Cargo.lock index 3f0f858..6ebcd85 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 cfa4a71..deaebc5 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"]