File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.18.1] - 2024-01-20
10+
911### Fixed
1012- ** MP4** : Atom offset updates will now be properly handled for shrinking tags ([ PR] ( https://github.com/Serial-ATA/lofty-rs/pull/344 ) )
1113
@@ -646,7 +648,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
646648### Removed
647649- ` ErrorKind::BadExtension `
648650
649- [ Unreleased ] : https://github.com/Serial-ATA/lofty-rs/compare/0.18.0...HEAD
651+ [ Unreleased ] : https://github.com/Serial-ATA/lofty-rs/compare/0.18.1...HEAD
652+ [ 0.18.1 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.18.0...0.18.1
650653[ 0.18.0 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.17.1...0.18.0
651654[ 0.17.1 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.17.0...0.17.1
652655[ 0.17.0 ] : https://github.com/Serial-ATA/lofty-rs/compare/0.16.1...0.17.0
Original file line number Diff line number Diff line change 11[package ]
22name = " lofty"
3- version = " 0.18.0 "
3+ version = " 0.18.1 "
44authors = [
" Serial <[email protected] >" ]
55edition = " 2021"
66license = " MIT OR Apache-2.0"
@@ -18,7 +18,7 @@ byteorder = "1.5.0"
1818# ID3 compressed frames
1919flate2 = { version = " 1.0.28" , optional = true }
2020# Proc macros
21- lofty_attr = { path = " lofty_attr " }
21+ lofty_attr = " 0.9.0 "
2222# Debug logging
2323log = " 0.4.20"
2424# OGG Vorbis/Opus
You can’t perform that action at this time.
0 commit comments