File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## [ Unreleased]
6
6
7
+ ## [ 0.3.0] - 2024-06-21
8
+
9
+ - Bump LSP.js
10
+ - Sentry added to improve debugging
11
+ - Fix URL parsing issues
12
+
7
13
## [ 0.2.5] - 2024-05-07
8
14
9
15
- Bump LSP.js version
42
48
- Version Bump by @ajbt200128 in https://github.com/returntocorp/semgrep-intellij/pull/12
43
49
- @dependabot made their first contribution in https://github.com/returntocorp/semgrep-intellij/pull/2
44
50
45
- [ Unreleased ] : https://github.com/semgrep/semgrep-intellij/compare/v0.2.5...HEAD
51
+ [ Unreleased ] : https://github.com/semgrep/semgrep-intellij/compare/v0.3.0...HEAD
52
+ [ 0.3.0 ] : https://github.com/semgrep/semgrep-intellij/compare/v0.2.5...v0.3.0
46
53
[ 0.2.5 ] : https://github.com/semgrep/semgrep-intellij/compare/v0.2.4...v0.2.5
47
54
[ 0.2.4 ] : https://github.com/semgrep/semgrep-intellij/compare/v0.2.3...v0.2.4
48
55
[ 0.2.3 ] : https://github.com/returntocorp/semgrep-intellij/compare/v0.2.2...v0.2.3
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ pluginGroup=com.semgrep.idea
3
3
pluginName =semgrep
4
4
pluginRepositoryUrl =https://github.com/semgrep/semgrep-intellij
5
5
# SemVer format -> https://semver.org
6
- pluginVersion =0.2.5
6
+ pluginVersion =0.3.0
7
7
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
8
8
pluginSinceBuild =241
9
9
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
You can’t perform that action at this time.
0 commit comments