mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2025-03-04 14:57:17 +00:00
0.20.0
This commit is contained in:
parent
657add15d8
commit
cd86aaad9c
2 changed files with 9 additions and 6 deletions
|
@ -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))
|
||||
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "lofty"
|
||||
version = "0.19.2"
|
||||
version = "0.20.0"
|
||||
authors = ["Serial <69764315+Serial-ATA@users.noreply.github.com>"]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue