Skip to content

Commit 20f0db0

Browse files
committed
Prepare for release 0.131
1 parent 23d99b9 commit 20f0db0

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
1111
(_Tags are copied from [babel](https://github.com/babel/babel/blob/master/CHANGELOG.md)_)
1212

13+
# 0.131 - 2025/09/01
14+
15+
- :bug: [#511](https://github.com/giraud/reasonml-idea-plugin/issues/511) Fix infinite indexing (parameters)
16+
1317
# 0.130 - 2025/07/10
1418

1519
- :bug: Fix lower element resolution with typed parameter

build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,7 @@ intellijPlatform {
5555
untilBuild = pluginUntilBuild
5656
changeNotes = """
5757
<ul>
58-
<li>Fix lower element resolution with typed parameter</li>
59-
<li>Fix variant declaration with @as (Rescript)</li>
60-
<li>Parse warning message in output analyzer</li>
61-
<li>Fix anonymous function declaration in option</li>
62-
<li>Fix constraints of module signature</li>
63-
<li>Fix log level</li>
58+
<li>Fix infinite indexing (parameters)</li>
6459
</ul>
6560
<p><a href="https://github.com/giraud/reasonml-idea-plugin/blob/master/CHANGELOG.md">Full change log...</a></p>
6661
<p/>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-XX:MaxHeapSize=512m -Xms512m -Xmx1g
22

33
pluginGroup = com.reason
44
pluginName = reasonml-plugin-idea
5-
pluginVersion = 0.130
5+
pluginVersion = 0.131
66

77
# http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
88
pluginSinceBuild = 242.0

0 commit comments

Comments
 (0)