Skip to content

Commit d69f1cc

Browse files
committed
0.21.1
1 parent 18d2c04 commit d69f1cc

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.21.1] - 2024-08-28
10+
911
### Changed
1012
- **FLAC**: Vendor strings are now retained when writing tags ([PR](https://github.com/Serial-ATA/lofty-rs/pull/443))
1113
- This behavior already exists for OGG formats.
1214

1315
### Fixed
1416
- **FLAC**: Stop writing invalid `PADDING` blocks ([issue](https://github.com/Serial-ATA/lofty-rs/issues/442)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/446))
15-
- If a `PADDING` block existed in the original file, and it wasn't placed at the end of the header, it would
16-
moved without setting the `Last-metadata-block` flag. This would cause decoders to believe that the file was missing
17+
- If a `PADDING` block existed in the original file, and it wasn't placed at the end of the header, it would be
18+
moved without setting the `Last-metadata-block` flag. This would cause decoders to believe that the file was corrupted.
1719
- **Fuzzing** (Thanks [@qarmin](https://github.com/qarmin)!) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/444)):
1820
- **MusePack**: Fix panic when tag sizes exceed the stream length ([issue](https://github.com/Serial-ATA/lofty-rs/issues/440))
1921
- **AAC**: Fix panic when tag sizes exceed the stream length ([issue](https://github.com/Serial-ATA/lofty-rs/issues/439))
@@ -845,7 +847,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
845847
### Removed
846848
- `ErrorKind::BadExtension`
847849

848-
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.21.0...HEAD
850+
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.21.1...HEAD
851+
[0.21.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.21.0...0.21.1
849852
[0.21.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.1...0.21.0
850853
[0.20.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.0...0.20.1
851854
[0.20.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.2...0.20.0

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.21.0"
3+
version = "0.21.1"
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)