Skip to content

Commit

Permalink
0.15.1 release
Browse files Browse the repository at this point in the history
Bugfixes:
  - Git commit message body with only new lines is not longer considered empty
    by `body-is-missing` (#176)
  - Added compatibility with `git commit -s` for
    `contrib-requires-signed-off-by` rule (#178)
- Minor tweak to gitlint commit-hook output (#173)
- All dependencies have been upgraded to the latest available versions
- Minor doc fixes

Full Release details in CHANGELOG.md.
  • Loading branch information
jorisroovers committed Apr 16, 2021
1 parent 0e09989 commit 05815b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog #

## v0.15.1 (2021-04-16) ##

Contributors:
Special thanks to all contributors for this release, in particular [PW999](https://github.com/PW999), [gsemet](https://github.com/gsemet) and [Lorac](https://github.com/Lorac).

Bugfixes:
- Git commit message body with only new lines is not longer considered empty by `body-is-missing` ([#176](https://github.com/jorisroovers/gitlint/issues/176))
- Added compatibility with `git commit -s` for `contrib-requires-signed-off-by` rule ([#178](https://github.com/jorisroovers/gitlint/pull/178))
- Minor tweak to gitlint commit-hook output ([#173](https://github.com/jorisroovers/gitlint/pull/173))
- All dependencies have been upgraded to the latest available versions (`Click==7.1.2`, `arrow==1.0.3`, `sh==1.14.1`).
- Minor doc fixes
## v0.15.0 (2020-11-27) ##

Contributors:
Expand Down
2 changes: 1 addition & 1 deletion gitlint/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.16.0dev"
__version__ = "0.15.1"

0 comments on commit 05815b6

Please sign in to comment.