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.
Unreleased - ReleaseDate
1.1.5 - 2024-12-19
- Don't cause spurious messages on allowed
fixup!
commits - Don't cause spurious messages on allowed
wip
commits - Add support for missing autosquash prefixes
1.1.4 - 2024-12-18
- (pre-commit) Update for 4.0
- (pre-commit) Set default hook types
1.1.3 - 2024-12-18
Don't cause spurious messages onfixup!
commits
1.1.2 - 2024-12-02
- Add
allowed_author_re
1.1.1 - 2024-10-31
- Regression in 1.1.0 where code, rather than a path, would be shown
1.1.0 - 2024-10-30
- Allowed scopes support
1.0.20 - 2023-08-07
- Updated MSRV to 1.70.0
1.0.19 - 2023-08-07
- Report correct mood of "package" and "added"
1.0.18 - 2023-05-22
- (action) Don't require
sudo
1.0.17 - 2023-04-19
- (pre-commit) Build musl wheels
1.0.16 - 2023-04-19
- (pre-commit) Ensure there is a default target to install for
committed-src
1.0.15 - 2023-04-13
- Update dependency
1.0.14 - 2023-03-16
- Update dependency
1.0.13 - 2023-03-14
1.0.12 - 2023-03-14
1.0.11 - 2023-03-14
- Improve
CLICOLOR
support - Auto-enable colors for CI
- (pre-commit) Use pre-built wheels for more reliability
- (action) Avoid docker builds through composite actions
1.0.10 - 2023-03-08
- Updated dependencies
1.0.9 - 2023-02-28
1.0.8 - 2023-02-24
- (action) Make behavior more configurable
1.0.7 - 2023-01-19
1.0.6 - 2022-12-01
1.0.5 - 2022-09-28
- Polished help output
1.0.4 - 2022-08-16
- (action) Fix git log view
1.0.3 - 2022-04-12
- Hardened github action for errors
1.0.2 - 2022-03-31
- Have
--commit-file
compatible withcommit.verbose
1.0.1 - 2022-01-18
Conventional Parsing
- When a body and footer have extra newlines between them, don't put them at the end of the body
- Handle windows newlines (was missing footers with them)
1.0.0 - 2022-01-17
Decided it was well past time to bless this as a 1.0.
- Gracefully handle caseless letters.
0.2.9 - 2022-01-11
0.2.8 - 2021-12-27
- Clean up Github Action's output
0.2.7 - 2021-12-14
- Cleaned up output by showing short ids for commits
0.2.6 - 2021-12-14
- Clarified error messages to help guide people to conventional style
- Enabled color in github action so its easier to see the message
0.2.5 - 2021-10-19
- Loosened requirements for parsing Conventional Commits
0.2.4 - 2021-10-08
- Color output support
0.2.3 - 2021-09-07
0.2.2 - 2021-09-07
- Experimental pre-commit hook support
0.2.1 - 2021-09-07
- Show empty-commit errors as messages for draft commits
0.2.0 - 2021-09-07
- Show empty-commit errors as messages
0.1.26 - 2021-09-06
0.1.25 - 2021-07-02
- Be less noisy in Github Action
0.1.24 - 2021-07-02
- Inaugural Github Action
0.1.23 - 2021-07-02
- Fixing tarball releases
0.1.22 - 2021-07-02
- Flatten released tarball
0.1.21 - 2021-07-02
Ignore, just testing Github Actions
0.1.20 - 2021-07-02
Ignore, just testing Github Actions
0.1.19 - 2021-07-02
Ignore, just testing Github Actions
0.1.18 - 2021-07-02
Ignore, just testing Github Actions
0.1.17 - 2021-07-02
Ignore, just testing Github Actions
0.1.16 - 2021-07-02
Ignore, just testing Github Actions
0.1.15 - 2021-07-01
0.1.14 - 2021-07-01
0.1.13 - 2021-02-04
- New
--dump-config
flag to make behavior clearer - Soften the Subject's line limit
- Cover more WIP prefixes
- Include defaults in documentation (thanks jmaguire!)
- Fix soft line limits to allow a word to go past. This was to match the soft limit for Subject. Before, the assumption was that you could just break the line at the previous space but you can't with the subject.
- Loosen the punctuation check
0.1.12 - 2020-05-07
- Support ignoring bot commits via new config flag "ignore_author_re"
- Fixed case of config values ("Conventional", instead of "conventional" is deprecated and will eventually be removed)
- Update to latest conventional spec.
- checks:
- checks: Fail on style errors (3d7c8e51)