diff --git a/CHANGELOG.md b/CHANGELOG.md index a159e7e..1aa62c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.4 (2022-09-17) +### Fix +* Strict type checking ([`36c14df`](https://github.com/mcbeet/bolt-library-starter/commit/36c14df5be8ccaf0fea8104431f3a9a994a46e86)) + ## v0.2.3 (2022-09-17) ### Fix * Trigger main workflow after init ([`b36a46a`](https://github.com/mcbeet/bolt-library-starter/commit/b36a46a2f82e6f45ce482ceba9f531d002a787c0)) diff --git a/fixme/__init__.py b/fixme/__init__.py index d94e6f6..8a441dc 100644 --- a/fixme/__init__.py +++ b/fixme/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.3" +__version__ = "0.2.4" from beet import Context diff --git a/pyproject.toml b/pyproject.toml index 3d342d6..b963c87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fixme" -version = "0.2.3" +version = "0.2.4" description = "fixme_repo_description" authors = ["fixme_user_name "] license = "MIT"