Skip to content

Commit

Permalink
0.13.0 release
Browse files Browse the repository at this point in the history
- Behavior Change: Revert Commits are now recognized and ignored by default #99
- --staged flag: gitlint can now detect meta-data (such as author details,
  changed files, etc) of staged/pre-commits. Useful when you use gitlint's
  commit-msg hook or precommit (#105)
- New branch properties on GitCommit and GitContext, useful when writing your
  own user-defined rules: commit.branches and commit.context.current_branch #108
- Python 3.8 support
- Python 3.4 no longer supported. Python 3.4 has reached EOL and an increasing
  of gitlint's dependencies have dropped support which makes it hard to maintain
- Improved Windows support: better unicode handling.
- Bugfixes:
  - Gitlint no longer crashes when acting on empty repositories (this only
    occurred in specific circumstances).
  - Changed files are now better detected in repos that only have a root commit
- Improved performance and memory (gitlint now caches git properties)
- Improved --debug output
- Improved documentation
- Under-the-hood: dependencies updated, unit and integration test improvements,
  migrated from TravisCI to Github Actions.

Full Release details in CHANGELOG.md.
  • Loading branch information
jorisroovers committed Feb 25, 2020
1 parent deda9fb commit 2ce17d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlint/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.0dev"
__version__ = "0.13.0"

0 comments on commit 2ce17d2

Please sign in to comment.