Skip to content

v0.27.2

Choose a tag to compare

@github-actions github-actions released this 21 Mar 20:00
· 38 commits to release since this release
1b1a466

Changes

Dependencies

upgrade `lofty` from 0.22 to 0.23 1b1a466
  • Adapt to ItemKey becoming Copy (by-value instead of &ItemKey)
  • Remove ItemKey::Unknown match arm dropped in 0.23
  • Handle from_key returning Option with warning for unrecognized keys
  • Add save_id3v2_deterministic to sort frames before writing, working around non-deterministic HashMap/HashSet ordering in 0.23's Tag-to-Id3v2Tag conversion
  • Update snapshots for new tag ordering and binary output
update dependencies to resolve audit warnings a32518c
  • aws-lc-sys 0.37.1 -> 0.39.0 (RUSTSEC-2026-0044 through 0048)
  • quinn-proto 0.11.13 -> 0.11.14 (RUSTSEC-2026-0037)
  • rustls-webpki 0.103.9 -> 0.103.10 (RUSTSEC-2026-0049)
  • gazelle_api 0.14.1 -> 0.14.2
  • clap 4.5.60 -> 4.6.0
  • tokio 1.49.0 -> 1.50.0
  • image 0.25.9 -> 0.25.10
  • Pin lofty to =0.22.4 (v0.23.* is non-deterministic)
update `aws-lc-rs` to fix high-severity advisories 754440c
  • Update aws-lc-rs 1.16.0 → 1.16.1 and aws-lc-sys 0.37.1 → 0.38.0
  • Fixes GHSA-hfpc-8r3f-gw53, GHSA-65p9-r9h6-22vj, GHSA-vw5v-4f2q-w9xf

Documentation

fix relative link to `docker-compose.yml` e157db8
Co-authored-by: Ignacio Lucero <account@iluce.ro>