Skip to content

Commit d19ecb9

Browse files
committed
0.2.0
Automatically generated by python-semantic-release
1 parent 6102af9 commit d19ecb9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.2.0 (2022-09-17)
6+
### Feature
7+
* Cancel main workflow during initialization ([`6102af9`](https://github.com/mcbeet/bolt-library-starter/commit/6102af9529f5034fbdb9ff2de9c5697febb73458))
8+
9+
### Fix
10+
* Properly reset version on initialize ([`77eaafd`](https://github.com/mcbeet/bolt-library-starter/commit/77eaafd1ecd2bf61be8ad59ad7aa8d67d5094293))
11+
512
## v0.1.1 (2022-09-17)
613
### Fix
714
* Remove changelog during initialization ([`cd40911`](https://github.com/mcbeet/bolt-library-starter/commit/cd409118c33e187abbefa109291fb862bb55a56a))

fixme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.2.0"
22

33

44
from beet import Context

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fixme"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "fixme_repo_description"
55
authors = ["fixme_user_name <fixme_user_email>"]
66
license = "MIT"

0 commit comments

Comments
 (0)