All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- GitHub - Workflow to run unittests on every PR and push to main.
1.0.1 - 2022-09-28
- gitignore - Use a
.gitignore
file to prevent accidentally committing unneeded files. - Version - Use
bump2version
to manage project version. - Dependencies - Add
bump2version
as a dev dependency.
- Metadata - Fix License field and capitalize project urls.
- GitHub - Add step to create GitHub release after uploading to PYPI.
- GitHub - Update action to build and publish package only when version is bumped.
- Forge - Added automatic tag
forge-name
to allowName
tag to be changed.
1.0.0 - 2022-09-27
- Initial commit - Forge source code, unittests, docs, pyproject.toml, README.md, and LICENSE files.