Skip to content

Commit 1505ddf

Browse files
committed
0.21.0
1 parent 18c9ea0 commit 1505ddf

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.21.0] - 2024-07-29
10+
911
### Added
1012
- **ParseOptions**:
1113
- `ParseOptions::read_tags` to skip the parsing of tags ([issue](https://github.com/Serial-ATA/lofty-rs/issues/251)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/406))
@@ -831,7 +833,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
831833
### Removed
832834
- `ErrorKind::BadExtension`
833835

834-
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.1...HEAD
836+
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.21.0...HEAD
837+
[0.21.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.1...0.21.0
835838
[0.20.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.0...0.20.1
836839
[0.20.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.2...0.20.0
837840
[0.19.2]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.1...0.19.2

lofty/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.20.1"
3+
version = "0.21.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)