@@ -28,6 +28,40 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup
28
28
### Unreleased
29
29
-->
30
30
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
31
65
32
66
# v0.13.1
33
67
##### March 26th, 2020
@@ -690,6 +724,7 @@ This includes using `# pragma: allowlist secret` now for inline allowlisting.
690
724
[ @jkozera ] : https://github.com/jkozera
691
725
[ @JoshuaRLi ] : https://github.com/JoshuaRLi
692
726
[ @justineyster ] : https://github.com/justineyster
727
+ [ @KevinHock ] : https://github.com/KevinHock
693
728
[ @killuazhu ] : https://github.com/killuazhu
694
729
[ @lirantal ] : https://github.com/lirantal
695
730
[ @Namburgesas ] : https://github.com/Namburgesas
0 commit comments