From 2c66d74f35945f6222f65feae3db23950527b5e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 08:48:12 +1000 Subject: [PATCH] chore(main): release 0.10.1 (#291) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 091cfb1..e1a2442 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c413879..7b3a6b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/arrrgi/beets-alpine-exec/compare/v0.10.0...v0.10.1) (2024-12-14) + + +### Bug Fixes + +* 🚑️ revert Python version as aifc module now deprecated ([#300](https://github.com/arrrgi/beets-alpine-exec/issues/300)) ([17fc52f](https://github.com/arrrgi/beets-alpine-exec/commit/17fc52fddf0dd3175768fcc61eb3d841bd276569)) + ## [0.10.0](https://github.com/arrrgi/beets-alpine-exec/compare/v0.9.1...v0.10.0) (2024-11-05) diff --git a/pyproject.toml b/pyproject.toml index c70b4c7..b6f6414 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beets-alpine-exec" -version = "0.10.0" +version = "0.10.1" description = "Opinionated container for Beets Music Organizer" authors = ["Rowan Gillson "] license = "MIT" @@ -28,7 +28,7 @@ export = "poetry_plugin_export.plugins:ExportApplicationPlugin" [tool.commitizen] name = "cz_conventional_commits" -version = "0.10.0" +version = "0.10.1" tag_format = "v$version" annotated_tag = "true" version_files = [