Skip to content

Commit 1d76271

Browse files
committed
Prepare 0.8.0
1 parent bb5dc25 commit 1d76271

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# GitGuardian Secret Security Changelog
22

3+
## [0.8.0]
4+
5+
### Changed
6+
7+
- Updated to [ggshield 1.37.0](https://github.com/GitGuardian/ggshield/releases/v1.37.0).
8+
- ggshield binaries are no longer bundled in the extension, the correct binary is downloaded at startup. This makes the extension much lighter while still not requiring installing ggshield manually.
9+
310
## [0.7.0]
411

5-
### Added
12+
### Changed
613

714
- Updated to [ggshield 1.36.0](https://github.com/GitGuardian/ggshield/releases/v1.36.0).
815

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "GitGuardian - Secrets Security",
55
"description": "A safety net to help developers safeguard their sensitive information (passwords, API key, tokens, ..) from accidental leaks in their code",
66
"icon": "images/icon.png",
7-
"version": "0.7.0",
7+
"version": "0.8.0",
88
"publisher": "gitguardian-secret-security",
99
"engines": {
1010
"vscode": "^1.81.0"

0 commit comments

Comments
 (0)