Skip to content

Commit 42fd787

Browse files
authored
feat: prepare for new patch release 1.2.8 (#187)
* change: bump plugin version to 1.2.8 * change: bump gradle version used in plugin to 9.4.1 * change: bump lsp4ij version used in plugin to 0.19.2 * change: bump plugin compatability to next year's builds * change: bump CL platform (test) to latest public version 2025.3.4 * docs: add latest changes to changelog
1 parent 5d64728 commit 42fd787

2 files changed

Lines changed: 28 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- Added `.editorconfig` file to repo for more consistent code style
10+
11+
### Changed
12+
13+
- Transferred project to `vala-lang` org on GitHub
14+
- Updated packaging (and plugin id) naming to reflect repo naming with `dev.vala.jetbrains`
15+
- Updated vendor to reflect org name `Vala Community`
16+
- Updated intellij platform version to `2.13.1`
17+
- Updated gradle plugin version to `9.4.1`
18+
- Updated parser test urls to target specific releases for consistency
19+
- Updated LSP4IJ version to `0.19.2`
20+
- Extend plugin compatibility limit to next year with version `2027.2`
21+
- Bump CL platform for testing to latest version `2025.3.4`
22+
- Updated various GitHub Action workflow versioning
23+
24+
### Removed
25+
26+
- Removed `grammar kit` project dependency since it is not used directly
27+
28+
## [1.2.7]
29+
730
### What's Changed
831

932
- Added support for vala-lint linter via run configuration

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ pluginName=Vala Language
44
pluginRepositoryUrl=https://github.com/vala-lang/vala-jetbrains
55

66
# SemVer format -> https://semver.org
7-
pluginVersion=1.2.7
7+
pluginVersion=1.2.8
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild=251
11-
pluginUntilBuild=253.*
11+
pluginUntilBuild=272.*
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414
platformType=CL
15-
platformVersion=2025.3
15+
platformVersion=2025.3.4
1616

1717
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1818
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
19-
platformPlugins=com.redhat.devtools.lsp4ij:0.19.1
19+
platformPlugins=com.redhat.devtools.lsp4ij:0.19.2
2020

2121
# Example: platformBundledPlugins = com.intellij.java
2222
platformBundledPlugins=
2323

2424
# Gradle Releases -> https://github.com/gradle/gradle/releases
25-
gradleVersion=9.2.1
25+
gradleVersion=9.4.1
2626

2727
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2828
kotlin.stdlib.default.dependency=false

0 commit comments

Comments
 (0)