* Changelog - update to v1.1.0 * Readme - add reference and link to Commit-It-Simple
Features
* Add development option to include extra commit types in changelog * Changelog - add additional commit types
Fixes
* Changelog - only include valid version numbers in tags * Changelog - remove executable file permissions * Command-line - prevent a stack trace from printing on error
Refactorings
* Changelog - merge in additional commit types * Changelog - rename Commit.type to Commit.commit\_type * Changelog - replace \_\_getattr\_\_ with properties * Tests - rename dummy\_version() -> create\_version()
1.0.0
Docs
* Changelog - update to v1.0.0 * Readme - correct minor spelling errors * Readme - update examples to point to Commit-It-Simple website
Features
* Changelog - allow the latest version number to be overridden
Fixes
* Example - add Python3 shebang
0.3.4
Docs
* Changelog - updated to v0.3.4
Features
* Changelog - implement emoji headings
Fixes
* Changelog - do not display Other if it is the only version heading * Changelog - escape underscores for correct Markdown rendering
Refactorings
* Changelog - rename internal function sentence() -> \_sentence()
0.3.3
Docs
* Changelog - updated to v0.3.3 * Readme - add command-line version prefix specifier
Fixes
* Changelog - improve robustness of category grouping
0.3.2
Docs
* Changelog - updated to v0.3.2
Features
* Changelog - count breaking, feature, & fix commits in each version * Changelog - replace "HEAD" with the predicted Semver version * Command-line - allow a version prefix to be specified
Refactorings
* Make get\_commits() accessible from changelog module
0.3.1
Docs
* Changelog - updated to v0.3.1
Fixes
* Ci - ignore erroneous F821 error when fetching package version