Skip to content

Commit

Permalink
chore(release): release 0.8.4 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets authored Feb 5, 2025
1 parent 77c2ed7 commit de75543
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## [0.8.4] - 2025-02-05

### Bug Fixes

- Improve output messages for command record appends ([#119](https://github.com/s2-streamstore/s2-cli/issues/119))
- Metered bytes log ([#121](https://github.com/s2-streamstore/s2-cli/issues/121))

### Miscellaneous Tasks

- Improve read cli command docs ([#117](https://github.com/s2-streamstore/s2-cli/issues/117))
- Add uri args struct ([#120](https://github.com/s2-streamstore/s2-cli/issues/120))

## [0.8.3] - 2025-01-22

### Miscellaneous Tasks
Expand Down
58 changes: 52 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions 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.8.3"
version = "0.8.4"
edition = "2021"
license = "Apache-2.0"
keywords = ["streamstore", "s2", "log", "stream", "s3"]
Expand Down Expand Up @@ -29,7 +29,7 @@ miette = { version = "7.4.0", features = ["fancy"] }
rand = "0.8.5"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.137"
streamstore = "0.8.0"
streamstore = "0.8.1"
thiserror = "2.0.11"
tokio = { version = "1.43.0", features = ["full"] }
tokio-stream = { version = "0.1.17", features = ["io-util"] }
Expand Down

0 comments on commit de75543

Please sign in to comment.