Skip to content

Commit

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


### Bug Fixes

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

## [0.7.0](https://github.com/arrrgi/beets-alpine-exec/compare/v0.6.0...v0.7.0) (2023-07-26)


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

0 comments on commit 9e6edbf

Please sign in to comment.