From 71f26d81b593034b7ae81b728facf9e69c9488d4 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Wed, 18 Oct 2023 17:51:54 +0100 Subject: [PATCH] sea-streamer-file 0.3.7 --- CHANGELOG.md | 4 ++++ sea-streamer-file/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35fe179..ea119ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.7 - 2023-10-18 + +* Added `FileProducer::path()`, `FileConsumer::file_id()`, `FileProducer::file_id()` + ### `sea-streamer-file` 0.3.6 - 2023-10-04 * Added `create_only` to `FileConnectOptions` diff --git a/sea-streamer-file/Cargo.toml b/sea-streamer-file/Cargo.toml index 35ab498..6ca591a 100644 --- a/sea-streamer-file/Cargo.toml +++ b/sea-streamer-file/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sea-streamer-file" -version = "0.3.6" +version = "0.3.7" authors = ["Chris Tsang "] edition = "2021" description = "🌊 SeaStreamer File Backend"