File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.19.2] - 2024-04-26
10
+
9
11
### 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 `
11
13
12
- ## [ 0.19.1] - 2024-04-26
14
+ ## [ 0.19.1] - 2024-04-26 (YANKED)
13
15
14
16
### Added
15
17
- ** Truncate** : ` impl<T: Truncate> Truncate for &mut T ` ([ PR] ( https://github.com/Serial-ATA/lofty-rs/pull/384 ) )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lofty"
3
- version = " 0.19.1 "
3
+ version = " 0.19.2 "
4
4
authors = [
" Serial <[email protected] >" ]
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments