Skip to content

Commit b2c310d

Browse files
committed
0.20.1
1 parent b7f86d2 commit b2c310d

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.20.1] - 2024-07-02
10+
911
### Fixed
1012
- **MPEG**: Fix durations being slightly off ([issue](https://github.com/Serial-ATA/lofty-rs/issues/412)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/413))
1113

@@ -789,7 +791,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
789791
### Removed
790792
- `ErrorKind::BadExtension`
791793

792-
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.0...HEAD
794+
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.1...HEAD
795+
[0.20.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.0...0.20.1
793796
[0.20.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.2...0.20.0
794797
[0.19.2]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.1...0.19.2
795798
[0.19.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.0...0.19.1

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

0 commit comments

Comments
 (0)