Skip to content

Commit

Permalink
chore(main): release 0.10.2 (#303)
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 Dec 16, 2024
1 parent 18861f5 commit 0600a0b
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.10.1"
".": "0.10.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.2](https://github.com/arrrgi/beets-alpine-exec/compare/v0.10.1...v0.10.2) (2024-12-16)


### Bug Fixes

* downgrade and pin Python to 3.12.8 until aifc module available ([18861f5](https://github.com/arrrgi/beets-alpine-exec/commit/18861f5964826683e1a599d5bce11c827f86dab7))

## [0.10.1](https://github.com/arrrgi/beets-alpine-exec/compare/v0.10.0...v0.10.1) (2024-12-14)


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

0 comments on commit 0600a0b

Please sign in to comment.