diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..233ad43 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## 0.2.0 (2023-02-19) + +### Feat + +- ✨ add container build spec and dependancy tooling diff --git a/pyproject.toml b/pyproject.toml index fcf1e49..a3d313d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" @@ -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"