Skip to content

Commit f5b5dea

Browse files
committed
0.17.1
Signed-off-by: Serial <[email protected]>
1 parent a6f9776 commit f5b5dea

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.17.1] - 2023-11-26
10+
911
### Changed
1012
- **MP4**: Skip over invalid `ilst` atoms by default ([issue](https://github.com/Serial-ATA/lofty-rs/issues/291)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/292))
1113

@@ -595,7 +597,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
595597
### Removed
596598
- `ErrorKind::BadExtension`
597599

598-
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.17.0...HEAD
600+
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.17.1...HEAD
601+
[0.17.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.17.0...0.17.1
599602
[0.17.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.16.1...0.17.0
600603
[0.16.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.16.0...0.16.1
601604
[0.16.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.15.0...0.16.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.17.0"
3+
version = "0.17.1"
44
authors = ["Serial <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)