Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#187)
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 Jul 18, 2024
1 parent dc48869 commit a678905
Show file tree
Hide file tree
Showing 3 changed files with 17 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.2"
".": "0.9.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.9.0](https://github.com/arrrgi/beets-alpine-exec/compare/v0.8.2...v0.9.0) (2024-07-18)


### Features

* 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

* 🐛 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))
* 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))

## [0.8.2](https://github.com/arrrgi/beets-alpine-exec/compare/v0.8.1...v0.8.2) (2024-01-28)


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.2"
version = "0.9.0"
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.2"
version = "0.9.0"
tag_format = "v$version"
annotated_tag = "true"
version_files = [
Expand Down

0 comments on commit a678905

Please sign in to comment.