Skip to content

Commit c7df16d

Browse files
committed
Bump version to 2025.1.1
1 parent 2e1f052 commit c7df16d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
- Support for intellij platform 2025.1
6+
- Remove pluginUntilBuild setting - plugin if compatible should be usable across new major version releases
57
- Fix 'Slow operations are prohibited on EDT' error after project opening
68
- Fix mismatch of indexes and psi after `v up` command
79
- Change Snake case implementation to covert all caps as single word

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginGroup = io.vlang
55
pluginName = Vlang
66
pluginRepositoryUrl = https://github.com/vlang/intellij-v/
77
# SemVer format -> https://semver.org
8-
pluginVersion = 2024.3.2
8+
pluginVersion = 2025.1.1
99

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

0 commit comments

Comments
 (0)