Skip to content

Commit

Permalink
0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Jun 6, 2024
1 parent 657add1 commit cd86aaa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.0] - 2024-06-06

### Added
- **Tag**:
- 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))
Expand Down Expand Up @@ -784,7 +786,8 @@ See [ogg_pager's changelog](ogg_pager/CHANGELOG.md).
### Removed
- `ErrorKind::BadExtension`

[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.2...HEAD
[Unreleased]: https://github.com/Serial-ATA/lofty-rs/compare/0.20.0...HEAD
[0.20.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.2...0.20.0
[0.19.2]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.1...0.19.2
[0.19.1]: https://github.com/Serial-ATA/lofty-rs/compare/0.19.0...0.19.1
[0.19.0]: https://github.com/Serial-ATA/lofty-rs/compare/0.18.2...0.19.0
Expand Down
10 changes: 5 additions & 5 deletions lofty/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lofty"
version = "0.19.2"
version = "0.20.0"
authors = ["Serial <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand All @@ -13,18 +13,18 @@ include = ["src", "LICENSE-APACHE", "LICENSE-MIT", "SUPPORTED_FORMATS.md"]

[dependencies]
# Vorbis comments pictures
data-encoding = "2.5.0"
data-encoding = "2.6.0"
byteorder = { workspace = true }
# ID3 compressed frames
flate2 = { version = "1.0.28", optional = true }
flate2 = { version = "1.0.30", optional = true }
# Proc macros
lofty_attr = { path = "../lofty_attr" }
lofty_attr = "0.11.0"
# Debug logging
log = "0.4.21"
# OGG Vorbis/Opus
ogg_pager = "0.6.1"
# Key maps
paste = "1.0.14"
paste = "1.0.15"

[features]
default = ["id3v2_compression_support"]
Expand Down

0 comments on commit cd86aaa

Please sign in to comment.