Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 1.26 KB

Changelog

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.

Added

  • GitHub - Workflow to run unittests on every PR and push to main.

1.0.1 - 2022-09-28

Added

  • 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.

Changed

  • 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 allow Name tag to be changed.

1.0.0 - 2022-09-27

Added

  • Initial commit - Forge source code, unittests, docs, pyproject.toml, README.md, and LICENSE files.