mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-12 13:42:34 +00:00
0.19.2
This commit is contained in:
parent
86782436f2
commit
790c1ab1e5
2 changed files with 6 additions and 4 deletions
|
@ -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))
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue