Skip to content

Commit

Permalink
Prepare for release 0.123
Browse files Browse the repository at this point in the history
  • Loading branch information
giraud committed Mar 28, 2024
1 parent 87ed47d commit 1e57ed2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
> - :nail_care: [Polish]
(_Tags are copied from [babel](https://github.com/babel/babel/blob/master/CHANGELOG.md)_)

# 0.123 - 2024/03/28

- :bug: [#461](https://github.com/giraud/reasonml-idea-plugin/issues/461) Parameter signature element incorrectly referenced
- :bug: [#460](https://github.com/giraud/reasonml-idea-plugin/issues/460) Keywords used as identifier
- :bug: [#459](https://github.com/giraud/reasonml-idea-plugin/issues/459) Convert to light services
- :bug: ![n] [#458](https://github.com/giraud/reasonml-idea-plugin/issues/458) Pipe first operator chaining not correctly parsed in rescript
- :bug: ![o] [#456](https://github.com/giraud/reasonml-idea-plugin/issues/456) OCaml function parameters incorrectly parsed if using tuples
- :bug: [#455](https://github.com/giraud/reasonml-idea-plugin/issues/455) Color scheme improvements request for records and functions (OCaml)
- :bug: [#453](https://github.com/giraud/reasonml-idea-plugin/issues/453) Completion of records when using mixin
- :bug: [#450](https://github.com/giraud/reasonml-idea-plugin/issues/450) Can’t rename a module

## 0.122 - 2024/03/11

Expand Down
12 changes: 8 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@ intellij {
untilBuild = pluginUntilBuild
changeNotes = """
<ul>
<li>454 - Duplicate definitions for globally opened modules in completion</li>
<li>452 - Resolve unpacked module</li>
<li>451 - Module incorrectly parsed as functor in Rescript</li>
<li>449 - Navigation icon in the gutter referencing wrong module</li>
<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>
</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.122
pluginVersion = 0.123

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

0 comments on commit 1e57ed2

Please sign in to comment.