diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0598874..091cfb1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.1" + ".": "0.10.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fee924..c413879 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## [0.10.0](https://github.com/arrrgi/beets-alpine-exec/compare/v0.9.1...v0.10.0) (2024-11-05) + + +### 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)) +* update beets and build dependency versions ([#205](https://github.com/arrrgi/beets-alpine-exec/issues/205)) ([e906db9](https://github.com/arrrgi/beets-alpine-exec/commit/e906db90d5fb7ead1c2cd87ae017d066e1ef21a2)) + + +### 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)) +* 🐛 updates cosign action and version to fix attestation ([#209](https://github.com/arrrgi/beets-alpine-exec/issues/209)) ([074df99](https://github.com/arrrgi/beets-alpine-exec/commit/074df9943493489af79403e23c83f393485f4989)) +* 👷 update actions and remove redundant steps ([#211](https://github.com/arrrgi/beets-alpine-exec/issues/211)) ([286f6c4](https://github.com/arrrgi/beets-alpine-exec/commit/286f6c45ffe3580f54fcab41046e0dfcd684804b)) +* 🔧 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)) +* 🚑️ 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)) +* migrate release please action to new org ([#219](https://github.com/arrrgi/beets-alpine-exec/issues/219)) ([cb56e3b](https://github.com/arrrgi/beets-alpine-exec/commit/cb56e3b626ee51b293ea182e3e607273c8cb8d69)) +* 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)) +* update build pipeline to ignore cosign prompt ([#210](https://github.com/arrrgi/beets-alpine-exec/issues/210)) ([752f5d5](https://github.com/arrrgi/beets-alpine-exec/commit/752f5d5667cabcb8adc288d813291de0636a39a2)) + + +### Documentation + +* 📝 add limited documentation and license ([186e034](https://github.com/arrrgi/beets-alpine-exec/commit/186e034711a074a42de7a3861de952a68b9feaf1)) + ## [0.9.1](https://github.com/arrrgi/beets-alpine-exec/compare/v0.9.0...v0.9.1) (2024-11-04) diff --git a/pyproject.toml b/pyproject.toml index 9b9a489..f59ebbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "beets-alpine-exec" -version = "0.9.1" +version = "0.10.0" 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.9.1" +version = "0.10.0" tag_format = "v$version" annotated_tag = "true" version_files = [