From 736df8e95f990119accc2d4f47e1ea5c1a3a8356 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Tue, 25 Jun 2024 11:46:09 +0200 Subject: [PATCH] Release v0.12.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f808d..3013f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Change Log ========== -## Upcoming +## v0.12.0 - 2024-06-25 * Fix an issue where items in a symlink collection with relative links were always unnecessarily updated. * Support [Beets v2](https://beets.readthedocs.io/en/latest/changelog.html#may-30-2024) diff --git a/pyproject.toml b/pyproject.toml index 247899a..749b0cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "beets-alternatives" -version = "0.11.1" +version = "0.12.0" description = "beets plugin to manage multiple files" authors = [ "Thomas Scholtes ",