Skip to content

Commit b87afe4

Browse files
committed
0.16.1
1 parent 328fc7c commit b87afe4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

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.16.0"
3+
version = "0.16.1"
44
authors = ["Serial <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)