Skip to content

Commit af0ce91

Browse files
committed
0.22.0
1 parent da78c44 commit af0ce91

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.22.0] - 2024-01-05
10+
911
### Added
1012
- **ItemKey**: `ItemKey::TrackArtists`, available for ID3v2, Vorbis Comments, APE, and MP4 Ilst ([PR](https://github.com/Serial-ATA/lofty-rs/pull/454))
1113
- This is a multi-value item that stores each artist for a track. It should be retrieved with `Tag::get_strings` or `Tag::take_strings`.
@@ -906,7 +908,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
906908
### Removed
907909
- `ErrorKind::BadExtension`
908910

909-
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.21.1...HEAD
911+
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.22.0...HEAD
912+
[0.22.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.21.1...0.22.0
910913
[0.21.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.21.0...0.21.1
911914
[0.21.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.1...0.21.0
912915
[0.20.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.0...0.20.1

lofty/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.21.1"
3+
version = "0.22.0"
44
authors = ["Serial <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -35,7 +35,7 @@ id3v2_compression_support = ["dep:flate2"]
3535
hound = { git = "https://github.com/ruuda/hound.git", rev = "02e66effb33683dd6acb92df792683ee46ad6a59" }
3636
# tag_writer example
3737
structopt = { version = "0.3.26", default-features = false }
38-
tempfile = "3.10.1"
38+
tempfile = "3.15.0"
3939
test-log = "0.2.16"
4040
iai-callgrind = "0.14.0"
4141

0 commit comments

Comments
 (0)