We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0feb1 commit e8f2b8dCopy full SHA for e8f2b8d
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+### `sea-streamer-file` 0.3.4 - 2023-09-15
9
+
10
++ impl std::io::Write for FileSink
11
++ more precise `FileEvent::Remove`
12
++ end streamer properly after EOS
13
14
### `sea-streamer-file` 0.3.3 - 2023-09-06
15
16
+ used a faster CRC implementation
sea-streamer-file/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sea-streamer-file"
3
-version = "0.3.3"
+version = "0.3.4"
4
authors = ["Chris Tsang <[email protected]>"]
edition = "2021"
description = "🌊 SeaStreamer File Backend"
0 commit comments