- Update the ISSUE_TEMPLATE's - Rename the Workflow files from .yml to .yaml - Update the pre-commit hooks - Fix the Workflows - Remove the MANIFEST.in file - Adapt pyproject.toml with Poetry configurations. - Fix multi line Toml string errors.
0.16.1
Clean up. - Remove p_cls from Example1 parameter list - Add toml module to requirements.
0.16.0
Return the latest version only as a string. - Add method to return the latest version only as a string.
0.15.0
__next__ must return the release specification. - After the version was removed as a key in the release note, it is impossible to determine the actual release of the release note. Change the code to return the entire dictionary record including the release specification..
0.14.0
Radd_release_note returns incorrect value. -If add_release_note is unsuccessful, add_release_note still returns True.
0.13.0
Remove "FileChanges" from release.toml. - It was a good idea at the time but not necessary because the changes to files should (are) rather be tracked in git self Discontinue Version option in release.toml - Version option in release.toml is unnecessary and creates a point of failure due to duplication in the toml file. The section already contains the version and it is inherent in the dict structure .