diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dce0a6..17efec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Change Log ========== -## Upcoming +## v0.13.0 - 2024-08-17 * Consistently use Unicode paths to alternative items. This may result and collection updates and orphaned files in alternatives. It may also improve usability on non-standard file systems (see [#74]). diff --git a/pyproject.toml b/pyproject.toml index 980bc88..1b0c141 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "beets-alternatives" -version = "0.12.0" +version = "0.13.0" description = "beets plugin to manage multiple files" authors = [ "Thomas Scholtes ",