mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
0.5.1
This commit is contained in:
parent
54ee91691c
commit
d00be2cc9a
2 changed files with 5 additions and 2 deletions
|
@ -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
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue