Skip to content

Commit c09b466

Browse files
author
Victor Zhou
committed
✊ Bump to 0.14.3
1 parent 3c87288 commit c09b466

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,27 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup
2828
### Unreleased
2929
-->
3030

31+
### v0.14.3
32+
##### August 27th, 2020
33+
34+
#### :telescope: Accuracy
35+
36+
- Verify Slack secrets more accurately ([#325], thanks [@dryoni])
37+
38+
#### :bug: Bugfixes
39+
40+
- Fix a `TypeError` exception in adhoc string scanning ([#336])
41+
42+
#### :snake: Miscellaneous
43+
44+
- Fix an XML comment in documentation ([#322], thanks [@cilefen])
45+
46+
[#322]: https://github.com/Yelp/detect-secrets/pull/322
47+
[#325]: https://github.com/Yelp/detect-secrets/pull/325
48+
[#336]: https://github.com/Yelp/detect-secrets/pull/336
49+
[@dryoni]: https://github.com/dryoni
50+
[@cilefen]: https://github.com/cilefen
51+
3152
### v0.14.2
3253
##### July 25th, 2020
3354

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $ detect-secrets scan > .secrets.baseline
5151
```
5252
$ cat .pre-commit-config.yaml
5353
- repo: [email protected]:Yelp/detect-secrets
54-
rev: v0.14.2
54+
rev: v0.14.3
5555
hooks:
5656
- id: detect-secrets
5757
args: ['--baseline', '.secrets.baseline']

detect_secrets/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.14.2'
1+
VERSION = '0.14.3'

0 commit comments

Comments
 (0)