Skip to content

Commit

Permalink
chore(main): release 0.9.1 (#278)
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 Nov 5, 2024
1 parent b9bdbc1 commit b6744c6
Show file tree
Hide file tree
Showing 3 changed files with 10 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.9.0"
".": "0.9.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.9.1](https://github.com/arrrgi/beets-alpine-exec/compare/v0.9.0...v0.9.1) (2024-11-04)


### Bug Fixes

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

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


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

0 comments on commit b6744c6

Please sign in to comment.