Skip to content

Commit 4627223

Browse files
committed
0.2.4
Automatically generated by python-semantic-release
1 parent 36c14df commit 4627223

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.2.4 (2022-09-17)
6+
### Fix
7+
* Strict type checking ([`36c14df`](https://github.com/mcbeet/bolt-library-starter/commit/36c14df5be8ccaf0fea8104431f3a9a994a46e86))
8+
59
## v0.2.3 (2022-09-17)
610
### Fix
711
* Trigger main workflow after init ([`b36a46a`](https://github.com/mcbeet/bolt-library-starter/commit/b36a46a2f82e6f45ce482ceba9f531d002a787c0))

fixme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.3"
1+
__version__ = "0.2.4"
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.2.3"
3+
version = "0.2.4"
44
description = "fixme_repo_description"
55
authors = ["fixme_user_name <fixme_user_email>"]
66
license = "MIT"

0 commit comments

Comments
 (0)