Skip to content

Commit cd86aaa

Browse files
committed
0.20.0
1 parent 657add1 commit cd86aaa

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
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.20.0] - 2024-06-06
10+
911
### Added
1012
- **Tag**:
1113
- Support `ItemKey::ParentalAdvisory` for `Ilst` and `Id3v2Tag` ([issue](https://github.com/Serial-ATA/lofty-rs/issues/99)) ([PR](https://github.com/Serial-ATA/lofty-rs/pull/388))
@@ -784,7 +786,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
784786
### Removed
785787
- `ErrorKind::BadExtension`
786788

787-
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.2...HEAD
789+
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.0...HEAD
790+
[0.20.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.2...0.20.0
788791
[0.19.2]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.1...0.19.2
789792
[0.19.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.0...0.19.1
790793
[0.19.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.18.2...0.19.0

lofty/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lofty"
3-
version = "0.19.2"
3+
version = "0.20.0"
44
authors = ["Serial <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
@@ -13,18 +13,18 @@ include = ["src", "LICENSE-APACHE", "LICENSE-MIT", "SUPPORTED_FORMATS.md"]
1313

1414
[dependencies]
1515
# Vorbis comments pictures
16-
data-encoding = "2.5.0"
16+
data-encoding = "2.6.0"
1717
byteorder = { workspace = true }
1818
# ID3 compressed frames
19-
flate2 = { version = "1.0.28", optional = true }
19+
flate2 = { version = "1.0.30", optional = true }
2020
# Proc macros
21-
lofty_attr = { path = "../lofty_attr" }
21+
lofty_attr = "0.11.0"
2222
# Debug logging
2323
log = "0.4.21"
2424
# OGG Vorbis/Opus
2525
ogg_pager = "0.6.1"
2626
# Key maps
27-
paste = "1.0.14"
27+
paste = "1.0.15"
2828

2929
[features]
3030
default = ["id3v2_compression_support"]

0 commit comments

Comments
 (0)