Skip to content

Commit

Permalink
prep for 0.7.0 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 1, 2023
1 parent 932cf3d commit 5739cc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Changelog

## [Unreleased](https://github.com/seapagan/py-maker/tree/HEAD)
## [0.7.0](https://github.com/seapagan/py-maker/tree/0.7.0) (2023-10-01)

[Full Changelog](https://github.com/seapagan/py-maker/compare/v0.6.2...HEAD)
[Full Changelog](https://github.com/seapagan/py-maker/compare/v0.6.2...0.7.0)

**Implemented enhancements:**

- implement 'config edit' command [\#124](https://github.com/seapagan/py-maker/pull/124) ([seapagan](https://github.com/seapagan))
- add '--bare' option [\#123](https://github.com/seapagan/py-maker/pull/123) ([seapagan](https://github.com/seapagan))
- Add '--standalone' CLI flag [\#113](https://github.com/seapagan/py-maker/pull/113) ([seapagan](https://github.com/seapagan))
- add optional github\_token setting [\#106](https://github.com/seapagan/py-maker/pull/106) ([seapagan](https://github.com/seapagan))
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.6.2"
version = "0.7.0"
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 5739cc8

Please sign in to comment.