Skip to content

Releases: seapagan/py-maker

v0.13.0

07 Oct 12:51
6a46a47
Compare
Choose a tag to compare

This is a security release to fix several vulnerabilities in dependency packages.

We also migrate from Poetry to uv for dependency management.

Merged Pull Requests

  • Lower dependabot check frequency in template to weekly (#433) by seapagan

New Features

  • Migrate to using uv for dependency management (#516) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.12.0

08 May 14:08
17fe486
Compare
Choose a tag to compare

New Features

  • Only ask for repo name if we are creating a git repo (#405) by seapagan

Bug Fixes

Refactoring

Full Changelog | Diff | Patch

v0.11.0

07 May 09:57
5cae94b
Compare
Choose a tag to compare

Closed Issues

  • Several instances in the generated pyproject.toml still point to the py_maker folder. (#387) by seapagan
  • Initial update to .pre-commit.yaml should be added to the git repo if applicable (#386) by seapagan
  • Tests crash on a newly created project (#385) by seapagan

New Features

  • Ensure a second commit is created if the pre-commit is updated (#398) by seapagan

Bug Fixes

  • Fix some 'py_maker' folder references ending up in the generated projects (#396) by seapagan
  • Fix Tests crash on a newly created project (#395) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.10.3

01 May 10:25
46a61f2
Compare
Choose a tag to compare

This is a security release to fix several vulnerabilities in dependency packages.

Dependency Updates

Full Changelog | Diff | Patch

v0.10.2

13 Mar 11:46
a1322a3
Compare
Choose a tag to compare

Closed Issues

  • License name is missing in the generated README (#321) by seapagan
  • The templates for some generated files need updating (#320) by seapagan

New Features

Bug Fixes

  • Fix some bugs in the template files and update obsolete information (#325) by seapagan
  • Fix missing license name in generated README (#324) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.10.1

12 Mar 13:23
bac891f
Compare
Choose a tag to compare

BUGFIX release for issue #317

Closed Issues

  • Empty string for 'homepage' in pyproject.html crashes Poetry (#317) by seapagan

Testing

Bug Fixes

  • Fix bug where bad homepage field crashes poetry install (#318) by seapagan

Refactoring

  • Convert settings module to use new get_settings() method (#309) by seapagan

Documentation

  • Update Docs to mention previous linting changes (#305) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.10.0

06 Mar 12:10
2a19424
Compare
Choose a tag to compare

Closed Issues

  • When missing the config file, it does not properly read the users Git username/email (#291) by seapagan

Bug Fixes

Dependency Updates

Full Changelog | Diff | Patch

v0.9.5

04 Mar 13:55
9bca06b
Compare
Choose a tag to compare

Closed Issues

  • For standalone app, the suggested GitHub URL is wrong, it should be the same as if the app was a package (#296) by seapagan
  • Template deps need updating and template config files need a freshening (#294) by seapagan
  • Standalone app should have the ending text changed. (#293) by seapagan
  • If creating a standalone, poetry install should set 'package-mode=false' in the pyproject.toml (#292) by seapagan

Merged Pull Requests

New Features

  • Update deps and template, freshen the template config files. (#297) by seapagan

Testing

  • Continue writing tests. (#267) by seapagan
  • Add a testing stage to CI with coverage reports from codacy (#266) by seapagan

Bug Fixes

  • Ask for repo name and offer to create for both type of projects (#298) by seapagan
  • Fix several issues with generating standalone projects (#295) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.9.4

11 Dec 19:25
21383cb
Compare
Choose a tag to compare

This is a security release that fixes a vulnerability in the 'cryptography' package, along with updating several dependencies

Refactoring

  • Update pre commit config to use poetry-export-plugin directly (#203) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.9.3

29 Oct 18:31
1bb9f09
Compare
Choose a tag to compare

Refactoring

Dependency Updates

Full Changelog