Skip to content

Commit 12e0d85

Browse files
authored
Merge pull request #100 from semgrep/austin/release
Release
2 parents f58a1ea + 83ecf99 commit 12e0d85

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## [Unreleased]
66

7+
## [0.4.0] - 2024-11-27
8+
9+
- Bumped LSP.js version
10+
- Removed use of deprecated API
11+
712
## [0.3.0] - 2024-06-21
813

914
- Bump LSP.js
@@ -48,7 +53,8 @@
4853
- Version Bump by @ajbt200128 in https://github.com/returntocorp/semgrep-intellij/pull/12
4954
- @dependabot made their first contribution in https://github.com/returntocorp/semgrep-intellij/pull/2
5055

51-
[Unreleased]: https://github.com/semgrep/semgrep-intellij/compare/v0.3.0...HEAD
56+
[Unreleased]: https://github.com/semgrep/semgrep-intellij/compare/v0.4.0...HEAD
57+
[0.4.0]: https://github.com/semgrep/semgrep-intellij/compare/v0.3.0...v0.4.0
5258
[0.3.0]: https://github.com/semgrep/semgrep-intellij/compare/v0.2.5...v0.3.0
5359
[0.2.5]: https://github.com/semgrep/semgrep-intellij/compare/v0.2.4...v0.2.5
5460
[0.2.4]: https://github.com/semgrep/semgrep-intellij/compare/v0.2.3...v0.2.4

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.3.0
6+
pluginVersion=0.4.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)