From a3e7998bfa4924b13df3f9cb49070abdbdff8802 Mon Sep 17 00:00:00 2001 From: Aaron Loo Date: Thu, 26 Mar 2020 11:51:49 -0700 Subject: [PATCH] bumping to v0.13.1 --- CHANGELOG.md | 17 ++++++++++++++++- detect_secrets/__init__.py | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ba93df1..f40f0de9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,10 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup ### Unreleased + +# v0.13.1 +##### March 26th, 2020 + #### :tada: New Features - Adding plugin for IBM's Cloudant ([#261], thanks [@killuazhu]) @@ -36,9 +40,20 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup [#263]: https://github.com/Yelp/detect-secrets/pull/263 [#267]: https://github.com/Yelp/detect-secrets/pull/267 +#### :sparkles: Usability + +- Support for `DETECT_SECRETS_SECURITY_TEAM` environment variable to customize + the pre-commit hook error message ([#283], thanks [@0atman]) + +[#283]: https://github.com/Yelp/detect-secrets/pull/283 + +#### :bug: Bugfixes + +- Adhoc `HighEntropyString` scanning supports multiple words ([#287]) +[#287]: https://github.com/Yelp/detect-secrets/pull/287 -# v0.13.0 +### v0.13.0 ##### October 28th, 2019 #### :newspaper: News diff --git a/detect_secrets/__init__.py b/detect_secrets/__init__.py index e3d018f1e..845b573b6 100644 --- a/detect_secrets/__init__.py +++ b/detect_secrets/__init__.py @@ -1 +1 @@ -VERSION = '0.13.0' +VERSION = '0.13.1'