Skip to content

Commit

Permalink
sea-streamer-file 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Sep 15, 2023
1 parent 6e0feb1 commit e8f2b8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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/).

### `sea-streamer-file` 0.3.4 - 2023-09-15

+ impl std::io::Write for FileSink
+ more precise `FileEvent::Remove`
+ end streamer properly after EOS

### `sea-streamer-file` 0.3.3 - 2023-09-06

+ used a faster CRC implementation
Expand Down
2 changes: 1 addition & 1 deletion sea-streamer-file/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sea-streamer-file"
version = "0.3.3"
version = "0.3.4"
authors = ["Chris Tsang <[email protected]>"]
edition = "2021"
description = "🌊 SeaStreamer File Backend"
Expand Down

0 comments on commit e8f2b8d

Please sign in to comment.