Skip to content

Commit

Permalink
chore(main): release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 30, 2023
1 parent 7a9160d commit bec63b9
Show file tree
Hide file tree
Showing 3 changed files with 11 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.0"
".": "0.8.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.8.1](https://github.com/arrrgi/beets-alpine-exec/compare/v0.8.0...v0.8.1) (2023-11-30)


### Bug Fixes

* 🚑️ change devcontainer variant to support Python 3.12 ([95a5014](https://github.com/arrrgi/beets-alpine-exec/commit/95a50147fbc8d1c3e43d95cd3e37cfeaf4e45e3c))
* 🚑️ update poetry install params for devcontainer build def ([70bf51c](https://github.com/arrrgi/beets-alpine-exec/commit/70bf51c068ce028a8c57c4aed4698b908ffc1b6c))

## [0.8.0](https://github.com/arrrgi/beets-alpine-exec/compare/v0.7.2...v0.8.0) (2023-08-06)


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.0"
version = "0.8.1"
description = "Opinionated container for Beets Music Organizer"
authors = ["Rowan Gillson <devops@the.bald.engineer>"]
license = "MIT"
Expand All @@ -22,7 +22,7 @@ commitizen = "^3.12.0"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.8.0"
version = "0.8.1"
tag_format = "v$version"
annotated_tag = "true"
version_files = [
Expand Down

0 comments on commit bec63b9

Please sign in to comment.