Skip to content

Commit

Permalink
Merge pull request #132 from semgrep/austin/bump
Browse files Browse the repository at this point in the history
bump
  • Loading branch information
ajbt200128 authored Apr 24, 2024
2 parents a751119 + cf4df73 commit 833bf7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 833bf7b

Please sign in to comment.