Skip to content

Releases: seapagan/py-maker

v0.9.2

24 Oct 09:41
22f1a4a
Compare
Choose a tag to compare

Just an internal update to use my new Python-based CHANGELOG generator instead of the other Ruby-based one, and some dependency updates.

Merged Pull Requests

Dependency Updates

Full Changelog

v0.9.1

12 Oct 13:49
db7e8dc
Compare
Choose a tag to compare

v0.9.1 (2023-10-12)

Full Changelog

Fixed bugs:

Dependency Updates:

v0.9.0

10 Oct 11:45
0932576
Compare
Choose a tag to compare

0.9.0 (2023-10-10)

Full Changelog

Implemented enhancements:

  • Migrate settings to my 'simple-toml-settings' library #146 (seapagan)

Dependency Updates:

Merged pull requests:

v0.8.0

04 Oct 18:11
3764375
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Automatically create a GitHub repository for the new project #134 (seapagan)

Dependency Updates:

Merged pull requests:

v0.7.0

01 Oct 12:36
5739cc8
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Documentation:

Dependency Updates:

Merged pull requests:

v0.6.2

24 Sep 10:47
4e9df6a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

23 Sep 11:00
c6b67de
Compare
Choose a tag to compare

What's Changed

  • Remove dependency spam from changelog by @seapagan in #97
  • fix typos and wording in the generated readme by @seapagan in #98
  • update tool versions in both pre-commit configs by @seapagan in #99
  • add poe tasks for documentation if mkdocs enabled by @seapagan in #100

Dependency Updates

  • build(deps): bump rich from 13.5.2 to 13.5.3 by @dependabot in #90
  • build(deps-dev): bump mkdocs from 1.5.2 to 1.5.3 by @dependabot in #92
  • build(deps-dev): bump mkdocs-material from 9.3.1 to 9.3.2 by @dependabot in #91
  • build(deps-dev): bump mkdocs-material from 9.3.2 to 9.4.0 by @dependabot in #95
  • build(deps): bump gitpython from 3.1.36 to 3.1.37 by @dependabot in #96
  • build(deps-dev): bump types-requests from 2.31.0.2 to 2.31.0.3 by @dependabot in #94
  • build(deps-dev): bump faker from 19.6.1 to 19.6.2 by @dependabot in #93

Full Changelog: v0.6.0...v0.6.1

v0.6.0

14 Sep 11:43
8ba2895
Compare
Choose a tag to compare

What's Changed

  • Add Github templates to the default output template by @seapagan in #86
  • add code of conduct to the project and the template by @seapagan in #87
  • Auto install and update 'pre commit' by @seapagan in #88

Dependency Updates

Full Changelog: v0.5.1...v0.6.0

v0.5.1

12 Sep 09:14
8520b8b
Compare
Choose a tag to compare

What's Changed

  • add --version command to CLI by @seapagan in #63
  • BUGFIX: add missing 'requests' library to pyproject.toml by @seapagan in #82
  • Dependency updates. see full log

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

31 Aug 12:18
4c8ffb4
Compare
Choose a tag to compare

What's Changed

  • Check PyPI for existing packages by @seapagan in #46
  • Override config options from the command line by @seapagan in #55
  • Update template TOML and pre-commit dependencies by @seapagan in #58
  • Update docs for latest additions by @seapagan in #59
  • Fix unable to create a standalone app by @seapagan in #60
  • Ask for homepage & repository if not standalone by @seapagan in #61

Dependency Updates

Full Changelog: v0.4.5...v0.5.0