Skip to content

Commit a5653e7

Browse files
authored
Merge pull request #68 from semgrep/austin/bump
Austin/bump
2 parents 7e38047 + da49a5d commit a5653e7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
## [Unreleased]
66

7+
## [0.3.0] - 2024-06-21
8+
9+
- Bump LSP.js
10+
- Sentry added to improve debugging
11+
- Fix URL parsing issues
12+
713
## [0.2.5] - 2024-05-07
814

915
- Bump LSP.js version
@@ -42,7 +48,8 @@
4248
- Version Bump by @ajbt200128 in https://github.com/returntocorp/semgrep-intellij/pull/12
4349
- @dependabot made their first contribution in https://github.com/returntocorp/semgrep-intellij/pull/2
4450

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
4653
[0.2.5]: https://github.com/semgrep/semgrep-intellij/compare/v0.2.4...v0.2.5
4754
[0.2.4]: https://github.com/semgrep/semgrep-intellij/compare/v0.2.3...v0.2.4
4855
[0.2.3]: https://github.com/returntocorp/semgrep-intellij/compare/v0.2.2...v0.2.3

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginGroup=com.semgrep.idea
33
pluginName=semgrep
44
pluginRepositoryUrl=https://github.com/semgrep/semgrep-intellij
55
# SemVer format -> https://semver.org
6-
pluginVersion=0.2.5
6+
pluginVersion=0.3.0
77
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
pluginSinceBuild=241
99
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension

0 commit comments

Comments
 (0)