Skip to content

Commit

Permalink
chore(main): release 0.7.2 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
arrrgi authored Aug 6, 2023
1 parent d8f055a commit 53d09d9
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.7.1"
".": "0.7.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.7.2](https://github.com/arrrgi/beets-alpine-exec/compare/v0.7.1...v0.7.2) (2023-08-06)


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

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

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

0 comments on commit 53d09d9

Please sign in to comment.