This commit is contained in:
Serial 2023-04-10 10:26:59 -04:00
parent c249e1250a
commit c110d65af4
No known key found for this signature in database
GPG key ID: DA95198DC17C4568
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- **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))
- **ID3v2**:
- **ID3v2** ([PR](https://github.com/Serial-ATA/lofty-rs/pull/177)):
- Export `id3::v2::UniqueFileIdentifierFrame`
- Export `id3::v2::Popularimeter`

View file

@ -1,6 +1,6 @@
[package]
name = "lofty"
version = "0.12.0"
version = "0.12.1"
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"