Skip to content

Commit 272adc7

Browse files
committed
Adjust version number for release
Updated changelog
1 parent 8a9f3ed commit 272adc7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [5.2.0] - 2025-10-21
8+
* Major code review and clean-up (@ahankinson)
9+
* Fixes a plugin crash when using the expose function (@ahankinson)
10+
* Restored the [dedicated documentation site](https://elm-tooling.github.io/intellij-elm/) (@ahankinson)
711

812
## [5.1.0] - 2025-08-05
913
* Moved the plugin to [elm-tooling/intellij](https://github.com/elm-tooling/intellij-elm) (@lydell)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pluginGroup = io.github.elm-tooling
55
pluginName = Elm Language
66
# SemVer format -> https://semver.org
7-
pluginVersion = 5.2.0-alpha
7+
pluginVersion = 5.2.0
88

99
# We also set since and until build manually in `plugin.xml`. Keep them in sync!
1010
# See: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360010590059-Why-pluginUntilBuild-is-mandatory

0 commit comments

Comments
 (0)