Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Sep 17, 2022
1 parent 6102af9 commit d19ecb9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!--next-version-placeholder-->

## 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))
Expand Down
2 changes: 1 addition & 1 deletion fixme/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.1"
__version__ = "0.2.0"


from beet import Context
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fixme"
version = "0.1.1"
version = "0.2.0"
description = "fixme_repo_description"
authors = ["fixme_user_name <fixme_user_email>"]
license = "MIT"
Expand Down

0 comments on commit d19ecb9

Please sign in to comment.