Skip to content

Commit e8f2b8d

Browse files
committed
sea-streamer-file 0.3.4
1 parent 6e0feb1 commit e8f2b8d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

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+
814
### `sea-streamer-file` 0.3.3 - 2023-09-06
915

1016
+ used a faster CRC implementation

sea-streamer-file/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sea-streamer-file"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
authors = ["Chris Tsang <[email protected]>"]
55
edition = "2021"
66
description = "🌊 SeaStreamer File Backend"

0 commit comments

Comments
 (0)