Skip to content

Commit e9db3a2

Browse files
committed
0.19.0
1 parent ed6d810 commit e9db3a2

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.19.0] - 2024-04-21
10+
911
### Added
1012
- **WriteOptions** ([issue](https://github.com/Serial-ATA/lofty-rs/issues/228)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/363)):
1113
- ⚠️ 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).
714716
### Removed
715717
- `ErrorKind::BadExtension`
716718

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
718721
[0.18.2]: https://github.com/Serial-ATA/lofty-rs/compare/0.18.1...0.18.2
719722
[0.18.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.18.0...0.18.1
720723
[0.18.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.17.1...0.18.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.18.2"
3+
version = "0.19.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)