Skip to content

Commit

Permalink
release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Dec 14, 2024
1 parent b25980a commit ca201f5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file.

## [0.6.0] - 2024-12-14

### Features

- Support `s2://` URIs ([#74](https://github.com/s2-streamstore/s2-cli/issues/74))
- Better display for ping stats ([#81](https://github.com/s2-streamstore/s2-cli/issues/81))

### Bug Fixes

- Disable noisy description in help ([#79](https://github.com/s2-streamstore/s2-cli/issues/79))

### Miscellaneous Tasks

- Remove unnecessary dependencies from `Cargo.toml` ([#80](https://github.com/s2-streamstore/s2-cli/issues/80))

## [0.5.2] - 2024-12-13

### Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "streamstore-cli"
description = "CLI for S2"
version = "0.5.2"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["streamstore", "s2", "log", "stream", "s3"]
Expand Down

0 comments on commit ca201f5

Please sign in to comment.