diff --git a/CHANGELOG.md b/CHANGELOG.md index c8b11bf..5b098ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.8 (2022-10-21) +### Fix +* Update deps ([`5eaa06b`](https://github.com/mcbeet/bolt-library-starter/commit/5eaa06bd48c46d248ee1940ee20f5613c64d224e)) + ## v0.2.7 (2022-09-17) ### Fix * Actually it doesn't check the branch so this is needed ([`833a55b`](https://github.com/mcbeet/bolt-library-starter/commit/833a55bd1385b86a461a4664207b7330323328fc)) diff --git a/fixme/__init__.py b/fixme/__init__.py index 11dcce0..6385071 100644 --- a/fixme/__init__.py +++ b/fixme/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.7" +__version__ = "0.2.8" from beet import Context diff --git a/pyproject.toml b/pyproject.toml index 3ccac8f..4fd7ead 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fixme" -version = "0.2.7" +version = "0.2.8" description = "fixme_repo_description" authors = ["fixme_user_name "] license = "MIT"