Skip to content

Commit

Permalink
[ change notes ] Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Jun 3, 2019
1 parent 9330c3b commit 8367eb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ intellij {

version = "2019.1"
if (!isCI) setPlugins("PsiViewer:192-SNAPSHOT")
setPlugins("org.rust.lang:0.2.98.2126-192")
setPlugins("org.rust.lang:0.2.98.2125-191")
}

java {
Expand Down Expand Up @@ -224,4 +224,4 @@ tasks.withType<KotlinCompile> {
apiVersion = "1.3"
freeCompilerArgs = listOf("-Xjvm-default=enable")
}
}
}
6 changes: 6 additions & 0 deletions res/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.2.5<br/>
<ul>
<li>Rebuild native bridge with rust nightly published yesterday</li>
<li>Do not ignore case in lexer</li>
<li>Hide live preview action in non-pest files</li>
</ul>
0.2.4<br/>
<ul>
<li>Fix <code>NoClassDefError</code> when Rust plugin is not installed (#18)</li>
Expand Down

0 comments on commit 8367eb8

Please sign in to comment.