Skip to content

Commit

Permalink
chore(main): release 0.7.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
arrrgi authored Jul 26, 2023
1 parent 4a89ea7 commit 534d6bc
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.6.0"
".": "0.7.0"
}
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.0](https://github.com/arrrgi/beets-alpine-exec/compare/v0.6.0...v0.7.0) (2023-07-26)


### Features

* **deps:** pin Alpine base image with hash ([#47](https://github.com/arrrgi/beets-alpine-exec/issues/47)) ([4a89ea7](https://github.com/arrrgi/beets-alpine-exec/commit/4a89ea705b2c2d587ae1c81e11c74b45058afb2f))

## [0.6.0](https://github.com/arrrgi/beets-alpine-exec/compare/v0.5.1...v0.6.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.6.0"
version = "0.7.0"
description = "Opinionated container for Beets Music Organizer"
authors = ["Rowan Gillson <[email protected]>"]
license = "MIT"
Expand All @@ -22,7 +22,7 @@ commitizen = "^3.5.3"

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

0 comments on commit 534d6bc

Please sign in to comment.