This commit is contained in:
Serial 2022-02-21 13:55:58 -05:00
parent 54ee91691c
commit d00be2cc9a
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.1] - 2022-02-21
### Changed
- **MP4**: Padding atoms (`free`) are used when writing
- **Opus**: Channel count is verified in accordance to the channel mapping family
@ -51,5 +53,6 @@ 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/a1463f3...main
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/54ee916...main
[0.5.1]: https://github.com/Serial-ATA/lofty-rs/compare/a1463f3...54ee916
[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.0"
version = "0.5.1"
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"