From b2c310d709219030b4a25e12499ac285ef17a9c5 Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Tue, 2 Jul 2024 16:09:40 -0400 Subject: [PATCH] 0.20.1 --- CHANGELOG.md | 5 ++++- lofty/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e443c318..bfe60b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.20.1] - 2024-07-02 + ### Fixed - **MPEG**: Fix durations being slightly off ([issue](https://github.com/Serial-ATA/lofty-rs/issues/412)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/413)) @@ -789,7 +791,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md). ### Removed - `ErrorKind::BadExtension` -[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.0...HEAD +[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.1...HEAD +[0.20.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.0...0.20.1 [0.20.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.2...0.20.0 [0.19.2]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.1...0.19.2 [0.19.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.0...0.19.1 diff --git a/lofty/Cargo.toml b/lofty/Cargo.toml index ec649490..b8c471ce 100644 --- a/lofty/Cargo.toml +++ b/lofty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lofty" -version = "0.20.0" +version = "0.20.1" authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"] edition = "2021" license = "MIT OR Apache-2.0"