Skip to content

Commit

Permalink
✊ Bump to 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Zhou committed Aug 27, 2020
1 parent 3c87288 commit c09b466
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,27 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup
### Unreleased
-->

### v0.14.3
##### August 27th, 2020

#### :telescope: Accuracy

- Verify Slack secrets more accurately ([#325], thanks [@dryoni])

#### :bug: Bugfixes

- Fix a `TypeError` exception in adhoc string scanning ([#336])

#### :snake: Miscellaneous

- Fix an XML comment in documentation ([#322], thanks [@cilefen])

[#322]: https://github.com/Yelp/detect-secrets/pull/322
[#325]: https://github.com/Yelp/detect-secrets/pull/325
[#336]: https://github.com/Yelp/detect-secrets/pull/336
[@dryoni]: https://github.com/dryoni
[@cilefen]: https://github.com/cilefen

### v0.14.2
##### July 25th, 2020

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ detect-secrets scan > .secrets.baseline
```
$ cat .pre-commit-config.yaml
- repo: [email protected]:Yelp/detect-secrets
rev: v0.14.2
rev: v0.14.3
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
Expand Down
2 changes: 1 addition & 1 deletion detect_secrets/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.14.2'
VERSION = '0.14.3'

0 comments on commit c09b466

Please sign in to comment.