Skip to content

Commit

Permalink
CM-35934 - Release v1.7.0 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX authored May 15, 2024
1 parent efee551 commit abaccd4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v1.7.0]

- Add experimental SAST support
- Add code actions to open violation card
- Add policy display name as the title of SAST detections
- Improve UX of violation cards by clarifying fields
- Improve UX of tree view by using relative paths
- Fix "quick fix" duplications

## [v1.6.0]

- Add Infrastructure as Code (IaC) support
Expand Down Expand Up @@ -50,6 +59,8 @@

The first stable release with the support of Secrets, SCA, TreeView, Violation Card, and more.

[v1.7.0]: https://github.com/cycodehq/vscode-extension/releases/tag/v1.7.0

[v1.6.0]: https://github.com/cycodehq/vscode-extension/releases/tag/v1.6.0

[v1.5.0]: https://github.com/cycodehq/vscode-extension/releases/tag/v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/cycodehq/vscode-extension"
},
"homepage": "https://cycode.com/",
"version": "1.6.0",
"version": "1.7.0",
"publisher": "cycode",
"engines": {
"vscode": "^1.63.0"
Expand Down

0 comments on commit abaccd4

Please sign in to comment.