Skip to content

Commit 7f7a793

Browse files
committed
0.12.1 changelog
1 parent c110d65 commit 7f7a793

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
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.12.1] - 2023-04-10
10+
911
### Fixed
1012
- **WAV**: Fix division by zero when reading the properties of an empty stream ([issue](https://github.com/Serial-ATA/lofty-rs/issues/174)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/175))
1113
- **ID3v2** ([PR](https://github.com/Serial-ATA/lofty-rs/pull/177)):
@@ -436,7 +438,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
436438
### Removed
437439
- `ErrorKind::BadExtension`
438440

439-
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.12.0...HEAD
441+
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.12.1...HEAD
442+
[0.12.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.12.0...0.12.1
440443
[0.12.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.11.0...0.12.0
441444
[0.11.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.10.0...0.11.0
442445
[0.10.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.9.0...0.10.0

0 commit comments

Comments
 (0)