From 0c8374d6564f43e2d9b751f7f3081527810a54f2 Mon Sep 17 00:00:00 2001 From: Austin Theriault Date: Wed, 24 Apr 2024 15:37:13 -0700 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b99ffc..53a6113 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "semgrep", "displayName": "Semgrep", "description": "Security scans in a snap. Speedy SAST with a powerful rule registry for seamless detection and remediation of code vulnerabilities with each save.", - "version": "1.6.3", + "version": "1.7.0", "engines": { "vscode": "^1.66.0" }, From cf4df73644160244cb46d45b60f7ee16aa93d84e Mon Sep 17 00:00:00 2001 From: Austin Theriault Date: Wed, 24 Apr 2024 15:40:21 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b9d01..cc8a802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +## v1.7.0 - 2024-04-24 + +### Added + - Reworked the Semgrep Search UI to be more modern, performant, and expressive! Features include: - ability to specify multiple patterns to match / not match @@ -20,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Scan workspace commands will now toggle "Only Git Dirty" before scanning + ## v1.6.3 - 2024-02-02 ### Added