This commit is contained in:
Serial 2022-02-26 10:24:42 -05:00
parent 6bfe8453a0
commit 5bf1f342dc
No known key found for this signature in database
GPG key ID: DA95198DC17C4568
2 changed files with 5 additions and 2 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.5.2] - 2022-02-26
### Added
- **MP4**: `Ilst::{atoms, retain}`
@ -60,6 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- `ErrorKind::BadExtension`
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/d00be2c...main
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/6bfe845...main
[0.5.2]: https://github.com/Serial-ATA/lofty-rs/compare/d00be2c...6bfe845
[0.5.1]: https://github.com/Serial-ATA/lofty-rs/compare/a1463f3...d00be2c
[0.5.0]: https://github.com/Serial-ATA/lofty-rs/compare/64f0eff...a1463f3

View file

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