Skip to content

Commit

Permalink
Release 0.8.0 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets authored Jan 13, 2025
1 parent 3b683d3 commit 499af81
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 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.0] - 2025-01-13

### Features

- Update fencing token to accept base64 instead of base16 ([#106](https://github.com/s2-streamstore/s2-cli/issues/106))
- Support different formats for append ([#105](https://github.com/s2-streamstore/s2-cli/issues/105))

### Miscellaneous Tasks

- Update clap CLI name ([#104](https://github.com/s2-streamstore/s2-cli/issues/104))
- Update deps ([#108](https://github.com/s2-streamstore/s2-cli/issues/108))

## [0.7.0] - 2024-12-26

### Features
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.7.0"
version = "0.8.0"
edition = "2021"
license = "Apache-2.0"
keywords = ["streamstore", "s2", "log", "stream", "s3"]
Expand Down

0 comments on commit 499af81

Please sign in to comment.