Skip to content

Commit

Permalink
chore(main): release 0.8.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
arrrgi authored Oct 8, 2023
1 parent cc2519e commit 67c298b
Show file tree
Hide file tree
Showing 3 changed files with 25 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.7.2"
".": "0.8.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

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


### Features

* ✨ add container build spec and dependancy tooling ([0ca6cd8](https://github.com/arrrgi/beets-alpine-exec/commit/0ca6cd80ecd8f5c08157d7413fa1aacc8a2af1c3))
* add useful YAML extension to Devcontainer ([be5600c](https://github.com/arrrgi/beets-alpine-exec/commit/be5600c060fadd0218fd2d027fd95610b32bc42c))
* **deps:** pin Alpine base image with hash ([#47](https://github.com/arrrgi/beets-alpine-exec/issues/47)) ([4a89ea7](https://github.com/arrrgi/beets-alpine-exec/commit/4a89ea705b2c2d587ae1c81e11c74b45058afb2f))
* ensure latest tag is available on images from main ([#34](https://github.com/arrrgi/beets-alpine-exec/issues/34)) ([7856da7](https://github.com/arrrgi/beets-alpine-exec/commit/7856da7fb0bf37c1f8e5aef040eb4e93c2609838))


### Bug Fixes

* 🐛 include Chromaprint build files and revert Pillow version ([#54](https://github.com/arrrgi/beets-alpine-exec/issues/54)) ([d8f055a](https://github.com/arrrgi/beets-alpine-exec/commit/d8f055a5da68bb043902958472159479beade78e))
* 🐛 update entrypoint to correct path ([#52](https://github.com/arrrgi/beets-alpine-exec/issues/52)) ([5d4c9dc](https://github.com/arrrgi/beets-alpine-exec/commit/5d4c9dc96decd7e5b16dbc8a2f04a04c446327e3))
* 🐛 update Poetry and Beets package dependencies ([#31](https://github.com/arrrgi/beets-alpine-exec/issues/31)) ([cdfde7a](https://github.com/arrrgi/beets-alpine-exec/commit/cdfde7a6bf0cd96fdb2b2a60955a5c35c1bc943f))


### Documentation

* 📝 add limited documentation and license ([186e034](https://github.com/arrrgi/beets-alpine-exec/commit/186e034711a074a42de7a3861de952a68b9feaf1))

## [0.7.2](https://github.com/arrrgi/beets-alpine-exec/compare/v0.7.1...v0.7.2) (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.7.2"
version = "0.8.0"
description = "Opinionated container for Beets Music Organizer"
authors = ["Rowan Gillson <devops@the.bald.engineer>"]
license = "MIT"
Expand All @@ -22,7 +22,7 @@ commitizen = "^3.10.0"

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

0 comments on commit 67c298b

Please sign in to comment.