Skip to content

Commit

Permalink
193 - Prepare for release 0.85
Browse files Browse the repository at this point in the history
  • Loading branch information
giraud committed Feb 4, 2020
1 parent f89cf60 commit 90b1864
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@

## Unreleased

## 0.85 - 2020/02/04

- :rocket: File | New menu as OCaml and ReasonML templates
- :rocket: Display cmt file in a custom editor
- :rocket: [#200](https://github.com/reasonml-editor/reasonml-idea-plugin/issues/200) OCaml SDK can be set at the module level</li>
- :house: Fix bsc path
- :house: New indexing of file modules
- :house: Use Rincewind 0.6
- :house: [#199](https://github.com/reasonml-editor/reasonml-idea-plugin/issues/199) Prepare for dynamic plugins
- :house: [#196](https://github.com/reasonml-editor/reasonml-idea-plugin/issues/196) Redesign content root finding

## 0.84 - 2019/12/10

- :bug: [#197](https://github.com/reasonml-editor/reasonml-idea-plugin/issues/197) java.lang.Throwable: Assertion failed: Undoable actions allowed inside commands only
Expand Down
13 changes: 9 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@ plugins {
id 'org.jetbrains.intellij' version "0.4.16"
}

def pluginVersion = '0.85-beta17'
def pluginVersion = '0.85'
def ideaVersion = '2019.3'
version = pluginVersion + '-' + ideaVersion

patchPluginXml {
changeNotes """
<ul>
<li>197 - java.lang.Throwable: Assertion failed: Undoable actions allowed inside commands only</li>
<li>192 - Undoing causes Following files have changes that cannot be undone: error</li>
<li>Fix a stub exception for functor parameter</li>
<li>Fix bsc path</li>
<li>New indexing of file modules</li>
<li>Use Rincewind 0.6</li>
<li>File | New menu as OCaml and ReasonML templates</li>
<li>Display cmt file in a custom editor</li>
<li>200 - OCaml SDK can be set at the module level</li>
<li>199 - Prepare for dynamic plugins</li>
<li>196 - Redesign content root finding</li>
</ul>
<p><a href="https://github.com/reasonml-editor/reasonml-idea-plugin/blob/master/CHANGELOG.md">Full change log...</a></p>
Expand Down

0 comments on commit 90b1864

Please sign in to comment.