Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arrrgi committed Feb 19, 2023
1 parent f6a70af commit c3f70f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.2.0 (2023-02-19)

### Feat

- ✨ add container build spec and dependancy tooling
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.1.0"
version = "0.2.0"
description = "Opinionated container for Beets Music Organizer"
authors = ["Rowan Gillson <devops@the.bald.engineer>"]
license = "MIT"
Expand All @@ -22,7 +22,7 @@ commitizen = "^2.42.0"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.0"
version = "0.2.0"
tag_format = "$version"
update_changelog_on_bump = "true"
annotated_tag = "true"
Expand Down

0 comments on commit c3f70f9

Please sign in to comment.