Skip to content

First stable version

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 13:18
· 345 commits to master since this release
ea72f81

Changes

This release is the first stable version. It doesn't have real new functional feature compare to previous one.
The modification are focus on code maturity, documentation, continuous integration with GitHub workflows and automations (release note, publishing, tests, linting and safety checks).

For information Python 3.9 is now fully supported by this project.

The code structure is based on the cookiecutter-hypermodern-python template by @cjolowicz

Warning: There is a breaking change compare to previous one ! See below.

💥 Breaking Changes

🪲 Fixes

  • Fix typing-extension dependencies according to Python version (#50) @oncleben31

👷 Continuous Integration

  • Retrofit coockiecutter-hypermodern-python 2020.10.15 template (#64) @oncleben31
  • Add automatic publish to PyPI workflow with automatic release note (#34) @oncleben31
  • Activate Dependabot on the repository (#35) @oncleben31

📚 Documentation

🔨 Refactoring

📦 Dependencies