Skip to content

Commit

Permalink
release(version): bump plugin version to v0.3.0 and update changelog (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zzehring committed Aug 23, 2024
1 parent 284f968 commit 4703e6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

## Unreleased

### Added
- Bump gradle version to 8.9
- Migrate to v2 of Gradle IntelliJ Plugin
- Add support for IntelliJ 2024.2

## 0.2.1 - 2024-03-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginGroup = com.github.zzehring.intellijjsonnet
pluginName = Jsonnet Language Server
pluginProjectName = jsonnet-language-server
# SemVer format -> https://semver.org
pluginVersion = 0.2.1
pluginVersion = 0.3.0

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down

0 comments on commit 4703e6c

Please sign in to comment.