Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
rikvdkleij committed Jul 24, 2018
1 parent cecc888 commit ce22b63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lazy val commonSettings = Seq(
version := "1.0.0-beta19",
version := "1.0.0-beta20",
scalaVersion := "2.12.6"
)

Expand Down
5 changes: 3 additions & 2 deletions intellij-haskell/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>intellij.haskell</id>
<name>IntelliJ-Haskell</name>
<version>1.0.0-beta19</version>
<version>1.0.0-beta20</version>
<vendor email="[email protected]">Rik van der Kleij</vendor>

<description><![CDATA[
Expand All @@ -11,7 +11,7 @@
]]></description>

<change-notes><![CDATA[
<p>1.0.0-beta19</p>
<p>1.0.0-beta20</p>
<b>IMPORTANT: Stack version should be > 1.7.0 and please reimport your Haskell Stack project after updating the plugin.</b>
<ul>
<li>Improved responsiveness, especially for multi-package projects</li>
Expand All @@ -25,6 +25,7 @@
<li>Changed default reformat shortcut to reformat by Hindent. Also added option to Commit Changes dialog to reformat by Hindent</li>
<li>Added option to Commit Changes dialog to optimize imports by GHC warnings</li>
<li>Added type and definition info of the current identifier to the Documentation Tool window. That info is always up-to-date by enabling option `Auto-update from Source`</li>
<li>Implemented Haskell Problems View</li>
</ul>
<p>1.0.0-beta12</p>
<ul>
Expand Down

0 comments on commit ce22b63

Please sign in to comment.