Skip to content

Commit d7199f1

Browse files
committed
0.17.0
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
1 parent ace222b commit d7199f1

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.0] - 2023-11-14
10+
911
### Added
1012
- **ParseOptions**: `ParseOptions::allocation_limit` to change the default allocation limit. ([PR](https://github.com/Serial-ATA/lofty-rs/pull/276))
1113
- **ID3v2**: `Id3v2Tag::genres` to handle all the ways genres can be stored in `TCON` frames. ([PR](https://github.com/Serial-ATA/lofty-rs/pull/286))
@@ -590,7 +592,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
590592
### Removed
591593
- `ErrorKind::BadExtension`
592594

593-
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.16.1...HEAD
595+
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.17.0...HEAD
596+
[0.17.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.16.1...0.17.0
594597
[0.16.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.16.0...0.16.1
595598
[0.16.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.15.0...0.16.0
596599
[0.15.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.14.0...0.15.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.1"
3+
version = "0.17.0"
44
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)