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
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.17.0] - 2023-11-14
10
+
9
11
### Added
10
12
- ** ParseOptions** : ` ParseOptions::allocation_limit ` to change the default allocation limit. ([ PR] ( https://github.com/Serial-ATA/lofty-rs/pull/276 ) )
11
13
- ** 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).
590
592
### Removed
591
593
- ` ErrorKind::BadExtension `
592
594
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
594
597
[ 0.16.1 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.16.0...0.16.1
595
598
[ 0.16.0 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.15.0...0.16.0
596
599
[ 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 1
1
[package ]
2
2
name = " lofty"
3
- version = " 0.16.1 "
3
+ version = " 0.17.0 "
4
4
authors = [" Serial <69764315+Serial-ATA@users.noreply.github.com>" ]
5
5
edition = " 2021"
6
6
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments