Skip to content

Commit

Permalink
[ release ] Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Nov 25, 2018
1 parent ad26370 commit 904b704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ val commitHash = kotlin.run {
output.trim()
}

val pluginComingVersion = "0.3.3"
val pluginComingVersion = "0.3.4"
val pluginVersion = if (isCI) "$pluginComingVersion-$commitHash" else pluginComingVersion
val packageName = "org.ice1000.julia"
val kotlinVersion = "1.2.70"
Expand Down
3 changes: 2 additions & 1 deletion res/META-INF/change-notes.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
0.3.3<br/>
<ul>
<li>Initial support for Sci-Mode (#194)</li>
<li>Fix some parser bugs (#195, #246, #250)</li>
<li>Fix some parser bugs reported by users (#195, #246, #250)</li>
<li>Partially fix some parser bugs reporter by zxj5470 (#255)</li>
<li>Avoid running the <code>.app</code> file which causes permission denied (#235)</li>
<li>Postfix completion backward compatibility (#249)</li>
<li>Improve linter for version numbers (#231)</li>
Expand Down

0 comments on commit 904b704

Please sign in to comment.