Skip to content

Commit 05815b6

Browse files
committed
0.15.1 release
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.
1 parent 0e09989 commit 05815b6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog #
22

3+
## v0.15.1 (2021-04-16) ##
4+
5+
Contributors:
6+
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).
7+
8+
Bugfixes:
9+
- 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))
10+
- Added compatibility with `git commit -s` for `contrib-requires-signed-off-by` rule ([#178](https://github.com/jorisroovers/gitlint/pull/178))
11+
- Minor tweak to gitlint commit-hook output ([#173](https://github.com/jorisroovers/gitlint/pull/173))
12+
- All dependencies have been upgraded to the latest available versions (`Click==7.1.2`, `arrow==1.0.3`, `sh==1.14.1`).
13+
- Minor doc fixes
314
## v0.15.0 (2020-11-27) ##
415

516
Contributors:

gitlint/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.0dev"
1+
__version__ = "0.15.1"

0 commit comments

Comments
 (0)