File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.16.1] - 2023-10-15
10+
11+ - ** MP4** : Skip unexpected or empty data atoms in ilst ([ PR] ( https://github.com/Serial-ATA/lofty-rs/pull/261 ) )
12+ - It is possible for an ` ilst ` item to have both empty ` data ` atoms and unexpected (likely vendor-specific) atoms other than ` data ` .
13+ These are both cases we can safely ignore unless using ` ParsingMode::Strict ` .
14+
915## [ 0.16.0] - 2023-10-01
1016
1117## Added
@@ -560,7 +566,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
560566### Removed
561567- ` ErrorKind::BadExtension `
562568
563- [ Unreleased ] : https://github.com/Serial-ATA/lofty-rs/compare/0.16.0...HEAD
569+ [ Unreleased ] : https://github.com/Serial-ATA/lofty-rs/compare/0.16.1...HEAD
570+ [ 0.16.1 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.16.0...0.16.1
564571[ 0.16.0 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.15.0...0.16.0
565572[ 0.15.0 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.14.0...0.15.0
566573[ 0.14.0 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.13.0...0.14.0
Original file line number Diff line number Diff line change 11[package ]
22name = " lofty"
3- version = " 0.16.0 "
3+ version = " 0.16.1 "
44authors = [
" Serial <[email protected] >" ]
55edition = " 2021"
66license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments