From 0600a0b2ef91488ba8d342548c44402d33f20e97 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:06:44 +1000 Subject: [PATCH] chore(main): release 0.10.2 (#303) 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 e1a2442..31ed71b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.1" + ".": "0.10.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b3a6b6..beab5bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.2](https://github.com/arrrgi/beets-alpine-exec/compare/v0.10.1...v0.10.2) (2024-12-16) + + +### Bug Fixes + +* downgrade and pin Python to 3.12.8 until aifc module available ([18861f5](https://github.com/arrrgi/beets-alpine-exec/commit/18861f5964826683e1a599d5bce11c827f86dab7)) + ## [0.10.1](https://github.com/arrrgi/beets-alpine-exec/compare/v0.10.0...v0.10.1) (2024-12-14) diff --git a/pyproject.toml b/pyproject.toml index 745a753..8dea6ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beets-alpine-exec" -version = "0.10.1" +version = "0.10.2" 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.1" +version = "0.10.2" tag_format = "v$version" annotated_tag = "true" version_files = [