Skip to content

Commit 4d29f2f

Browse files
committed
0.22.1
1 parent 909de09 commit 4d29f2f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
## [0.22.1] - 2024-01-11
9+
## [0.22.1] - 2025-01-11
1010

1111
### Changed
1212
- **VorbisComments**: Support `TRACKNUMBER` fields with the `current/total` format. ([issue](https://github.com/Serial-ATA/lofty-rs/issues/493)) ([issue](https://github.com/Serial-ATA/lofty-rs/issues/499)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/500))
1313
- These fields will now properly be split into `TRACKNUMBER` and `TRACKTOTAL`, making it possible to use them with
1414
[Accessor::track()](https://docs.rs/lofty/latest/lofty/tag/trait.Accessor.html#method.track) and [Accessor::track_total()](https://docs.rs/lofty/latest/lofty/tag/trait.Accessor.html#method.track_total).
1515

16-
## [0.22.0] - 2024-01-05
16+
## [0.22.0] - 2025-01-05
1717

1818
### Added
1919
- **ItemKey**: `ItemKey::TrackArtists`, available for ID3v2, Vorbis Comments, APE, and MP4 Ilst ([PR](https://github.com/Serial-ATA/lofty-rs/pull/454))
@@ -915,7 +915,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
915915
### Removed
916916
- `ErrorKind::BadExtension`
917917

918-
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.22.0...HEAD
918+
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.22.1...HEAD
919+
[0.22.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.22.0...0.22.1
919920
[0.22.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.21.1...0.22.0
920921
[0.21.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.21.0...0.21.1
921922
[0.21.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.1...0.21.0

lofty/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lofty"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)