Skip to content

Commit

Permalink
prep for 0.9.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Ramsay <[email protected]>
  • Loading branch information
seapagan committed Oct 12, 2023
1 parent f9742d9 commit db7e8dc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit db7e8dc

Please sign in to comment.