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.19.0] - 2024-04-21
10
+
9
11
### Added
10
12
- ** WriteOptions** ([ issue] ( https://github.com/Serial-ATA/lofty-rs/issues/228 ) ) ([ PR] ( https://github.com/Serial-ATA/lofty-rs/pull/363 ) ):
11
13
- ⚠️ Important ⚠️: This update introduces `WriteOptions` to allow for finer grained control over how
@@ -714,7 +716,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
714
716
### Removed
715
717
- ` ErrorKind::BadExtension `
716
718
717
- [ Unreleased ] : https://github.com/Serial-ATA/lofty-rs/compare/0.18.2...HEAD
719
+ [ Unreleased ] : https://github.com/Serial-ATA/lofty-rs/compare/0.19.0...HEAD
720
+ [ 0.19.0 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.18.2...0.19.0
718
721
[ 0.18.2 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.18.1...0.18.2
719
722
[ 0.18.1 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.18.0...0.18.1
720
723
[ 0.18.0 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.17.1...0.18.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lofty"
3
- version = " 0.18.2 "
3
+ version = " 0.19.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