From c620f12b76667dd4153b242d62a1b06ea31cf2da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 15:39:06 +1000 Subject: [PATCH] chore(main): release 0.8.2 (#156) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b28d6e..34dc535 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.8.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ef17e..6fdb1df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.8.2](https://github.com/arrrgi/beets-alpine-exec/compare/v0.8.1...v0.8.2) (2024-01-28) + + +### Bug Fixes + +* 🔧 refactor to support Git sourced version of Beets ([#185](https://github.com/arrrgi/beets-alpine-exec/issues/185)) ([03c7bb5](https://github.com/arrrgi/beets-alpine-exec/commit/03c7bb5cf0f2315a1611a54f4d657dfe74cba035)) +* push images to registry as final step ([e6edfcb](https://github.com/arrrgi/beets-alpine-exec/commit/e6edfcbfecb53b77a9ab155dbceebc79956f4319)) +* swap push and load logic for workflow ([e37d28c](https://github.com/arrrgi/beets-alpine-exec/commit/e37d28cf0cbdae33149233ba06fae787a6780766)) + ## [0.8.1](https://github.com/arrrgi/beets-alpine-exec/compare/v0.8.0...v0.8.1) (2023-11-30) diff --git a/pyproject.toml b/pyproject.toml index af1a88d..72bfc26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beets-alpine-exec" -version = "0.8.1" +version = "0.8.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.8.1" +version = "0.8.2" tag_format = "v$version" annotated_tag = "true" version_files = [