File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
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.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
Original file line number Diff line number Diff line change 11[package ]
22name = " lofty"
3- version = " 0.16.1 "
3+ version = " 0.17.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