Skip to content

Latest commit

 

History

History
613 lines (380 loc) · 45.6 KB

CHANGELOG.md

File metadata and controls

613 lines (380 loc) · 45.6 KB

Changelog

This is an auto-generated log of all the changes that have been made to the project since the first release.

This project adheres to Semantic Versioning.

v0.12.0 (May 08, 2024)

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 (May 07, 2024)

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 (May 01, 2024)

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

Dependency Updates

Full Changelog | Diff | Patch

v0.10.2 (March 13, 2024)

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 (March 12, 2024)

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 (March 06, 2024)

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 (March 04, 2024)

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 (December 11, 2023)

This is a security release that fixes a vulnerability in the 'cryptography' package.

Refactoring

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

Dependency Updates

Full Changelog | Diff | Patch

v0.9.3 (October 29, 2023)

Refactoring

Dependency Updates

Full Changelog | Diff | Patch

v0.9.2 (October 24, 2023)

Merged Pull Requests

Dependency Updates

Full Changelog | Diff | Patch

v0.9.1 (October 12, 2023)

Bug Fixes

Dependency Updates

Full Changelog | Diff | Patch

v0.9.0 (October 10, 2023)

Merged Pull Requests

New Features

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

Dependency Updates

Full Changelog | Diff | Patch

v0.8.0 (October 04, 2023)

Merged Pull Requests

New Features

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

Refactoring

Dependency Updates

Full Changelog | Diff | Patch

v0.7.0 (October 01, 2023)

Merged Pull Requests

New Features

Documentation

Dependency Updates

Full Changelog | Diff | Patch

v0.6.2 (September 24, 2023)

Closed Issues

Merged Pull Requests

  • Add poe tasks for documentation if mkdocs enabled (#100) by seapagan

Bug Fixes

  • Fix #101 (--version flag does not work) (#102) by seapagan

Full Changelog | Diff | Patch

v0.6.1 (September 23, 2023)

Merged Pull Requests

  • Update tool versions in both pre-commit configs (#99) by seapagan

Bug Fixes

  • Fix typos and wording in the generated readme (#98) by seapagan

Documentation

  • Remove dependency spam from changelog (#97) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.6.0 (September 14, 2023)

New Features

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

Dependency Updates

Full Changelog | Diff | Patch

v0.5.1 (September 12, 2023)

New Features

Bug Fixes

  • Add missing 'requests' library to pyproject.toml (#82) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.5.0 (August 31, 2023)

New Features

  • Ask for homepage & repository if not standalone (#61) by seapagan
  • Update template toml and pre-commit deps (#58) by seapagan
  • Override config options from command line (#55) by seapagan
  • Check PyPI for existing packages (#46) by seapagan

Bug Fixes

  • Fix unable to create standalone app (#60) by seapagan

Refactoring

  • Override config options from command line (#55) by seapagan

Documentation

Dependency Updates

Full Changelog | Diff | Patch

v0.4.5 (August 17, 2023)

New Features

  • Work on the TODO list. See commits for details (#44) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.4.4 (August 15, 2023)

New Features

Dependency Updates

Full Changelog | Diff | Patch

v0.4.3 (August 13, 2023)

New Features

Dependency Updates

Full Changelog | Diff | Patch

v0.4.2 (August 10, 2023)

  • Added a missing runtime dep (rtoml). It must have been in my venv but not in the pyproject.toml 🙄

Full Changelog | Diff | Patch

v0.4.1 (August 10, 2023)

  • Fixed bug where the first-time config file gets the wrong default template path.
  • Update the internal template pyproject.toml and .pre-commit-config.yaml to use latest dependencies

Full Changelog | Diff | Patch

v0.4.0 (August 10, 2023)

New Features

  • Implement custom template additions (#31) by seapagan

Refactoring

  • Implement custom template additions (#31) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.3.0 (July 30, 2023)

New Features

Refactoring

Dependency Updates

Full Changelog | Diff | Patch

v0.2.1 (July 26, 2023)

New Features

Documentation

Full Changelog | Diff | Patch

v0.2.0 (July 26, 2023)

Refactoring

Dependency Updates

Full Changelog | Diff | Patch

v0.1.0 (July 06, 2023)

Merged Pull Requests

New Features

  • Customize or remove the Package layout (#5) by seapagan

Refactoring

  • Refactor the src template layout and logic (#2) by seapagan

This changelog was generated using github-changelog-md by Seapagan