From d19ecb9bbde18803ec358d04ba3ef5fd12ebe9d3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 17 Sep 2022 04:09:34 +0000 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ fixme/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b17aed..7a2b62d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.2.0 (2022-09-17) +### Feature +* Cancel main workflow during initialization ([`6102af9`](https://github.com/mcbeet/bolt-library-starter/commit/6102af9529f5034fbdb9ff2de9c5697febb73458)) + +### Fix +* Properly reset version on initialize ([`77eaafd`](https://github.com/mcbeet/bolt-library-starter/commit/77eaafd1ecd2bf61be8ad59ad7aa8d67d5094293)) + ## v0.1.1 (2022-09-17) ### Fix * Remove changelog during initialization ([`cd40911`](https://github.com/mcbeet/bolt-library-starter/commit/cd409118c33e187abbefa109291fb862bb55a56a)) diff --git a/fixme/__init__.py b/fixme/__init__.py index f21dc9d..a3b7c97 100644 --- a/fixme/__init__.py +++ b/fixme/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.1" +__version__ = "0.2.0" from beet import Context diff --git a/pyproject.toml b/pyproject.toml index 7b4d3d1..c269a30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fixme" -version = "0.1.1" +version = "0.2.0" description = "fixme_repo_description" authors = ["fixme_user_name "] license = "MIT"