Skip to content

Commit

Permalink
Prepare for release 0.124
Browse files Browse the repository at this point in the history
  • Loading branch information
giraud committed May 2, 2024
1 parent 54eb70a commit 1e591cf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
> - :nail_care: [Polish]
(_Tags are copied from [babel](https://github.com/babel/babel/blob/master/CHANGELOG.md)_)


# 0.124 - 2024/05/02

- parsers updates, resolution updates
- Completion of js objects in Rescript
- Remove violations fonud by plugin verifier

# 0.123 - 2024/03/28

- :bug: [#461](https://github.com/giraud/reasonml-idea-plugin/issues/461) Parameter signature element incorrectly referenced
Expand Down
11 changes: 3 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,9 @@ intellij {
untilBuild = pluginUntilBuild
changeNotes = """
<ul>
<li>461 - Parameter signature element incorrectly referenced</li>
<li>460 - Keywords used as identifier</li>
<li>459 - Convert to light services</li>
<li>458 - Pipe first operator chaining not correctly parsed in rescript</li>
<li>456 - OCaml function parameters incorrectly parsed if using tuples</li>
<li>455 - Color scheme improvements request for records and functions (OCaml)</li>
<li>453 - Completion of records when using mixin</li>
<li>450 - Can’t rename a module</li>
<li>Parsers updates, resolution updates</li>
<li>Completion of js objects in Rescript</li>
<li>Remove violations fonud by plugin verifier</li>
</ul>
<p><a href="https://github.com/giraud/reasonml-idea-plugin/blob/master/CHANGELOG.md">Full change log...</a></p>
<p/>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-XX:MaxHeapSize=512m -Xms512m -Xmx1g

pluginGroup = com.reason
pluginName = reasonml-plugin-idea
pluginVersion = 0.123
pluginVersion = 0.124

# http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
pluginSinceBuild = 231.0
Expand Down

0 comments on commit 1e591cf

Please sign in to comment.