From 790c1ab1e59d247282fd50e14efff1aed2ce6cc8 Mon Sep 17 00:00:00 2001 From: Serial <69764315+Serial-ATA@users.noreply.github.com> Date: Fri, 26 Apr 2024 10:46:46 -0400 Subject: [PATCH] 0.19.2 --- CHANGELOG.md | 8 +++++--- lofty/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2df6d0..d80725f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Added -- **Length**: `impl Truncate for &mut T` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/387)) +## [0.19.2] - 2024-04-26 -## [0.19.1] - 2024-04-26 +### Added +- **Length**: `impl Truncate for &mut T` + +## [0.19.1] - 2024-04-26 (YANKED) ### Added - **Truncate**: `impl Truncate for &mut T` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/384)) diff --git a/lofty/Cargo.toml b/lofty/Cargo.toml index a8c5c2a3..e5135db5 100644 --- a/lofty/Cargo.toml +++ b/lofty/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lofty" -version = "0.19.1" +version = "0.19.2" authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"] edition = "2021" license = "MIT OR Apache-2.0"