Skip to content

Commit 790c1ab

Browse files
committed
0.19.2
1 parent 8678243 commit 790c1ab

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.19.2] - 2024-04-26
10+
911
### Added
10-
- **Length**: `impl<T: Length> Truncate for &mut T` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/387))
12+
- **Length**: `impl<T: Length> Truncate for &mut T`
1113

12-
## [0.19.1] - 2024-04-26
14+
## [0.19.1] - 2024-04-26 (YANKED)
1315

1416
### Added
1517
- **Truncate**: `impl<T: Truncate> Truncate for &mut T` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/384))

lofty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lofty"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
authors = ["Serial <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)