diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a45af..9e7f611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.15.3 2025-11-04 + +- Flac files can now be fixed properly with `beet check --fix` + ## v0.15.2 2025-10-30 - Files are automatically fixed during import if `auto-fix: true`. diff --git a/pyproject.toml b/pyproject.toml index 18b44ad..4b03556 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "beets-check" -version = "0.15.2" +version = "0.15.3" description = "beets plugin verifying file integrity with checksums" authors = [{ name = "Thomas Scholtes", email = "geigerzaehler@axiom.fm" }] license = "MIT" diff --git a/uv.lock b/uv.lock index 9b1f3ac..a0c284a 100644 --- a/uv.lock +++ b/uv.lock @@ -31,7 +31,7 @@ wheels = [ [[package]] name = "beets-check" -version = "0.15.2" +version = "0.15.3" source = { editable = "." } dependencies = [ { name = "beets" },