Skip to content

Commit bbfaa27

Browse files
committed
0.14.0
1 parent 2f3f604 commit bbfaa27

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.14.0] - 2023-06-08
10+
911
### Added
1012
- **ParsingMode**: A new variant, `BestAttempt` will attempt to fill holes in otherwise valid tag items ([PR](https://github.com/Serial-ATA/lofty-rs/pull/205))
1113
- **🎉 Support for Musepack files** ([issue](https://github.com/Serial-ATA/lofty-rs/issues/199)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/200))
@@ -488,7 +490,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
488490
### Removed
489491
- `ErrorKind::BadExtension`
490492

491-
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.13.0...HEAD
493+
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.14.0...HEAD
494+
[0.14.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.13.0...0.14.0
492495
[0.13.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.12.1...0.13.0
493496
[0.12.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.12.0...0.12.1
494497
[0.12.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.11.0...0.12.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.13.0"
3+
version = "0.14.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)