This commit is contained in:
Serial 2024-01-20 11:40:23 -05:00
parent 304feb9434
commit 47735dd592
No known key found for this signature in database
GPG key ID: DA95198DC17C4568
2 changed files with 6 additions and 3 deletions

View file

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.18.1] - 2024-01-20
### Fixed ### Fixed
- **MP4**: Atom offset updates will now be properly handled for shrinking tags ([PR](https://github.com/Serial-ATA/lofty-rs/pull/344)) - **MP4**: Atom offset updates will now be properly handled for shrinking tags ([PR](https://github.com/Serial-ATA/lofty-rs/pull/344))
@ -646,7 +648,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
### Removed ### Removed
- `ErrorKind::BadExtension` - `ErrorKind::BadExtension`
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.18.0...HEAD [Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.18.1...HEAD
[0.18.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.18.0...0.18.1
[0.18.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.17.1...0.18.0 [0.18.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.17.1...0.18.0
[0.17.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.17.0...0.17.1 [0.17.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.17.0...0.17.1
[0.17.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.16.1...0.17.0 [0.17.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.16.1...0.17.0

View file

@ -1,6 +1,6 @@
[package] [package]
name = "lofty" name = "lofty"
version = "0.18.0" version = "0.18.1"
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"] authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
edition = "2021" edition = "2021"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
@ -18,7 +18,7 @@ byteorder = "1.5.0"
# ID3 compressed frames # ID3 compressed frames
flate2 = { version = "1.0.28", optional = true } flate2 = { version = "1.0.28", optional = true }
# Proc macros # Proc macros
lofty_attr = { path = "lofty_attr" } lofty_attr = "0.9.0"
# Debug logging # Debug logging
log = "0.4.20" log = "0.4.20"
# OGG Vorbis/Opus # OGG Vorbis/Opus