File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.12.0] - 2023-04-04
10+
911### Added
1012- ** Properties** : Expose channel mask (only supported for WAV and MPEG for now) ([ PR] ( https://github.com/Serial-ATA/lofty-rs/pull/155 ) )
1113- ** ItemKey** : ` InitialKey ` mapping for Vorbis Comments ([ PR] ( https://github.com/Serial-ATA/lofty-rs/pull/156 ) )
@@ -38,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3840 - Metadata sub-blocks are now properly parsed
3941 - Bitrate calculation will now properly round down
4042
41- ## [ 0.11.0] - 2023-1 -29
43+ ## [ 0.11.0] - 2023-01 -29
4244
4345### Added
4446- ** MP4** :
@@ -428,7 +430,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
428430### Removed
429431- ` ErrorKind::BadExtension `
430432
431- [ Unreleased ] : https://github.com/Serial-ATA/lofty-rs/compare/0.11.0...HEAD
433+ [ Unreleased ] : https://github.com/Serial-ATA/lofty-rs/compare/0.12.0...HEAD
434+ [ 0.12.0 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.11.0...0.12.0
432435[ 0.11.0 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.10.0...0.11.0
433436[ 0.10.0 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.9.0...0.10.0
434437[ 0.9.0 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.8.1...0.9.0
Original file line number Diff line number Diff line change 11[package ]
22name = " lofty"
3- version = " 0.11 .0"
3+ version = " 0.12 .0"
44authors = [
" Serial <[email protected] >" ]
55edition = " 2021"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments