From 48fa583fa1df7d1f4fb301550c1a5fc33249f85a Mon Sep 17 00:00:00 2001 From: Vaibhav Rabber Date: Wed, 18 Dec 2024 21:16:04 +0530 Subject: [PATCH] chore(release): 0.6.2 (#88) Signed-off-by: Vaibhav Rabber --- 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 24dc464..84d7359 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.2] - 2024-12-18 + +### Bug Fixes + +- Update output for reconfigure basin and create basin results ([#86](https://github.com/s2-streamstore/s2-cli/issues/86)) + +### Miscellaneous Tasks + +- Add `README.md` ([#83](https://github.com/s2-streamstore/s2-cli/issues/83)) + ## [0.6.1] - 2024-12-17 ### Miscellaneous Tasks diff --git a/Cargo.lock b/Cargo.lock index f78fb18..c3516f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1654,7 +1654,7 @@ dependencies = [ [[package]] name = "streamstore-cli" -version = "0.6.1" +version = "0.6.2" dependencies = [ "async-stream", "base16ct", diff --git a/Cargo.toml b/Cargo.toml index 76788e8..2a04c7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "streamstore-cli" description = "CLI for S2" -version = "0.6.1" +version = "0.6.2" edition = "2021" license = "Apache-2.0" keywords = ["streamstore", "s2", "log", "stream", "s3"]