From 72adbf50723836419b0d37e3333517b2d16c03a8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 16 Nov 2023 11:42:54 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.9.0=20=E2=86=92=201.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76224e442..67106bc74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.10.0 (2023-11-16) + +### Feat + +- Add write_to_file, for encoding to MP3 files and buffers (#117) + +### Fix + +- **v1**: Unwrap in remove_from_path +- io::Cursor resize should zero-fill + ## v1.9.0 (2023-10-24) ### Feat diff --git a/Cargo.toml b/Cargo.toml index 4fd0b0a4b..1656fbcb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "id3" -version = "1.9.0" +version = "1.10.0" edition = "2021" authors = [ "polyfloyd ",