Skip to content

Commit fb21d8e

Browse files
author
Victor Zhou
committed
bump to 0.14.0
1 parent 7776f4b commit fb21d8e

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,40 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup
2828
### Unreleased
2929
-->
3030

31+
# v0.14.0
32+
##### July 9th, 2020
33+
34+
#### :mega: Release Highlights
35+
36+
- Remove support for Python 3 ([#292], big thanks to [@KevinHock]!)
37+
38+
#### :tada: New Features
39+
40+
- Add support for custom plugins ([#308], big thanks to [@KevinHock]!)
41+
42+
#### :performing_arts: Performance
43+
44+
- Check the allowlist after a secret is found, instead of before ([#293], [#244])
45+
46+
#### :telescope: Accuracy
47+
48+
- Make IBM plugins less noisy ([#289], thanks to [@killuazhu])
49+
50+
#### :bug: Bugfixes
51+
52+
- Display helpful eror message when scanning a baseline from a newer `detect-secrets` version ([#293], [#269])
53+
54+
#### :snake: Miscellaneous
55+
56+
- Pin coverage version used in testing ([#290])
57+
58+
[#244]: https://github.com/Yelp/detect-secrets/issues/244
59+
[#269]: https://github.com/Yelp/detect-secrets/issues/269
60+
[#289]: https://github.com/Yelp/detect-secrets/pull/289
61+
[#290]: https://github.com/Yelp/detect-secrets/pull/290
62+
[#292]: https://github.com/Yelp/detect-secrets/pull/292
63+
[#293]: https://github.com/Yelp/detect-secrets/pull/293
64+
[#308]: https://github.com/Yelp/detect-secrets/pull/308
3165

3266
# v0.13.1
3367
##### March 26th, 2020
@@ -690,6 +724,7 @@ This includes using `# pragma: allowlist secret` now for inline allowlisting.
690724
[@jkozera]: https://github.com/jkozera
691725
[@JoshuaRLi]: https://github.com/JoshuaRLi
692726
[@justineyster]: https://github.com/justineyster
727+
[@KevinHock]: https://github.com/KevinHock
693728
[@killuazhu]: https://github.com/killuazhu
694729
[@lirantal]: https://github.com/lirantal
695730
[@Namburgesas]: https://github.com/Namburgesas

detect_secrets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.13.1'
1+
VERSION = '0.14.0'

0 commit comments

Comments
 (0)