This commit is contained in:
Anthony Sottile
2019-03-30 16:13:03 -07:00
parent a009dd6caf
commit 5169f455c9
2 changed files with 33 additions and 1 deletions

View File

@@ -1,3 +1,35 @@
1.15.0
======
### Features
- No longer require being in a `git` repo to run `pre-commit` `clean` / `gc` /
`sample-config`.
- #959 PR by @asottile.
- Improve command line length limit detection.
- #691 issue by @antonbabenko.
- #966 PR by @asottile.
- Use shallow cloning when possible.
- #958 PR by @DanielChabrowski.
- Add `minimum_pre_commit_version` top level key to require a new-enough
version of `pre-commit`.
- #977 PR by @asottile.
- Add helpful CI-friendly message when running
`pre-commit run --all-files --show-diff-on-failure`.
- #982 PR by @bnorquist.
### Fixes
- Fix `try-repo` for staged untracked changes.
- #973 PR by @DanielChabrowski.
- Fix rpm build by explicitly using `#!/usr/bin/env python3` in hook template.
- #985 issue by @tim77.
- #986 PR by @tim77.
- Guard against infinite recursion when executing legacy hook script.
- #981 PR by @tristan0x.
### Misc
- Add test for `git.no_git_env()`
- #972 PR by @javabrett.
1.14.4
======

View File

@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
version = 1.14.4
version = 1.15.0
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown