Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Apr 24, 2024
1 parent 258ce87 commit cd0abd5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 0.5.0 - 2024-04-24

### Upgrades

* Migrate to `clap` https://github.com/SeaQL/sea-streamer/pull/19
* Upgrade `flume` to `0.11`
* Upgrade `rdkafka` to `0.36` https://github.com/SeaQL/sea-streamer/pull/22
* Upgrade `redis` to `0.25` https://github.com/SeaQL/sea-streamer/pull/21

### Enhancements

* Use impl Future instead of async-trait https://github.com/SeaQL/sea-streamer/pull/20

### House keeping

* Fix clippy warnings https://github.com/SeaQL/sea-streamer/pull/23

## 0.3.x

### `sea-streamer-file` 0.3.9 - 2023-12-04

* Rename utility to `ss-decode`
Expand Down
2 changes: 1 addition & 1 deletion sea-streamer-file/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ path = "src/bin/clock.rs"
required-features = ["executables"]

[[bin]]
name = "ssdecode"
name = "ss-decode"
path = "src/bin/decoder.rs"
required-features = ["executables"]

Expand Down

0 comments on commit cd0abd5

Please sign in to comment.