Skip to content

Commit 47735dd

Browse files
committed
0.18.1
1 parent 304feb9 commit 47735dd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lofty"
3-
version = "0.18.0"
3+
version = "0.18.1"
44
authors = ["Serial <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -18,7 +18,7 @@ byteorder = "1.5.0"
1818
# ID3 compressed frames
1919
flate2 = { version = "1.0.28", optional = true }
2020
# Proc macros
21-
lofty_attr = { path = "lofty_attr" }
21+
lofty_attr = "0.9.0"
2222
# Debug logging
2323
log = "0.4.20"
2424
# OGG Vorbis/Opus

0 commit comments

Comments
 (0)