Skip to content

Commit

Permalink
CHANGELOG.md and AUTHORS
Browse files Browse the repository at this point in the history
Do not check for merge conflicts in AUTHORS file, because ======= in 2nd line triggers the error.
  • Loading branch information
dawidwolski-identt committed Dec 22, 2021
1 parent def3adf commit 2340bdf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repos:
- id: check-ast
- id: trailing-whitespace
- id: check-merge-conflict
exclude: AUTHORS
- id: check-json
- id: check-xml
- id: check-yaml
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Bas van Oostveen
Dave Burkholder
David Fischer
David Smith
Dawid Wolski
Diego Garcia
Dulmandakh Sukhbaatar
Dylan Giesler
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-->

## [Unreleased]
### Added
* #651 Batch expired token deletions in `cleartokens` management command

## [1.6.0] 2021-12-19
### Added
Expand Down

0 comments on commit 2340bdf

Please sign in to comment.