From db7e8dc3c829968440d9939f550dfe59e2636be1 Mon Sep 17 00:00:00 2001 From: Grant Ramsay Date: Thu, 12 Oct 2023 14:36:31 +0100 Subject: [PATCH] prep for 0.9.1 release Signed-off-by: Grant Ramsay --- CHANGELOG.md | 17 +++++++++++++++-- pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6081ef..585243ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,21 @@ # Changelog -## [0.9.0](https://github.com/seapagan/py-maker/tree/0.9.0) (2023-10-10) +## [v0.9.1](https://github.com/seapagan/py-maker/tree/v0.9.1) (2023-10-12) -[Full Changelog](https://github.com/seapagan/py-maker/compare/v0.8.0...0.9.0) +[Full Changelog](https://github.com/seapagan/py-maker/compare/v0.9.0...v0.9.1) + +**Fixed bugs:** + +- remove extra '\_\_init\_\_.py' file [\#150](https://github.com/seapagan/py-maker/pull/150) ([seapagan](https://github.com/seapagan)) + +**Dependency Updates:** + +- build\(deps-dev\): bump faker from 19.8.0 to 19.10.0 [\#149](https://github.com/seapagan/py-maker/pull/149) ([dependabot[bot]](https://github.com/apps/dependabot)) +- build\(deps-dev\): bump mypy from 1.5.1 to 1.6.0 [\#147](https://github.com/seapagan/py-maker/pull/147) ([dependabot[bot]](https://github.com/apps/dependabot)) + +## [v0.9.0](https://github.com/seapagan/py-maker/tree/v0.9.0) (2023-10-10) + +[Full Changelog](https://github.com/seapagan/py-maker/compare/v0.8.0...v0.9.0) **Implemented enhancements:** diff --git a/pyproject.toml b/pyproject.toml index 851e5cfd..b9f6da46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyproject-maker" -version = "0.9.0" +version = "0.9.1" description = "A command line app to create a Python project skeleton." authors = ["Grant Ramsay "] readme = "README.md"