Skip to content

Commit

Permalink
chore(main): release 0.8.2 (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 28, 2024
1 parent e37d28c commit c620f12
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.1"
".": "0.8.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <devops@the.bald.engineer>"]
license = "MIT"
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit c620f12

Please sign in to comment.