Skip to content

Commit

Permalink
v2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Apr 16, 2021
1 parent 52ada7c commit 8fc6602
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
hooks:
- id: autopep8
- repo: https://github.com/pre-commit/pre-commit
rev: v2.12.0
rev: v2.12.1
hooks:
- id: validate_manifest
- repo: https://github.com/asottile/pyupgrade
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.12.1 - 2021-04-16
===================

### Fixes
- Fix race condition when stashing files in multiple parallel invocations
- #1881 PR by @adamchainz.
- #1880 issue by @adamchainz.

2.12.0 - 2021-04-06
===================

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit
version = 2.12.0
version = 2.12.1
description = A framework for managing and maintaining multi-language pre-commit hooks.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 8fc6602

Please sign in to comment.