This commit is contained in:
Serial 2024-04-26 10:46:46 -04:00
parent 86782436f2
commit 790c1ab1e5
No known key found for this signature in database
GPG key ID: DA95198DC17C4568
2 changed files with 6 additions and 4 deletions

View file

@ -6,10 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- **Length**: `impl<T: Length> 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<T: Length> Truncate for &mut T`
## [0.19.1] - 2024-04-26 (YANKED)
### Added
- **Truncate**: `impl<T: Truncate> Truncate for &mut T` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/384))

View file

@ -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"