Skip to content

Commit e0e1428

Browse files
committed
0.15.0
1 parent cbf410d commit e0e1428

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.15.0] - 2023-07-11
10+
911
## Added
1012
- **ID3v2**:
1113
- `Id3v2ErrorKind::UnsupportedFrameId` ([PR](https://github.com/Serial-ATA/lofty-rs/pull/212))
@@ -516,7 +518,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
516518
### Removed
517519
- `ErrorKind::BadExtension`
518520

519-
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.14.0...HEAD
521+
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.15.0...HEAD
522+
[0.15.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.14.0...0.15.0
520523
[0.14.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.13.0...0.14.0
521524
[0.13.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.12.1...0.13.0
522525
[0.12.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.12.0...0.12.1

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.14.0"
3+
version = "0.15.0"
44
authors = ["Serial <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)