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

Commit 25a4768

Browse files
committed
Bump version
1 parent 3f8c42f commit 25a4768

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
lazy val commonSettings = Seq(
2-
version := "1.0.0-beta79",
2+
version := "1.0.0-beta80",
33
scalaVersion := "2.13.3"
44
)
55

intellij-haskell/META-INF/plugin.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>intellij.haskell</id>
33
<name>IntelliJ-Haskell</name>
4-
<version>1.0.0-beta79</version>
4+
<version>1.0.0-beta80</version>
55
<vendor email="rikvdkleij@gmail.com">Rik van der Kleij</vendor>
66

77
<description><![CDATA[
@@ -20,10 +20,16 @@
2020
]]></description>
2121

2222
<change-notes><![CDATA[
23+
<p>1.0.0-beta80</p>
24+
<ul>
25+
<li>Improved support for top-level case splitting (#609, #611)</li>
26+
<li>Fix parser issue.</li>
27+
<li>One REPL per non-library components to prevent conflicts (#608)</li>
28+
</ul>
2329
<p>1.0.0-beta79</p>
2430
<ul>
2531
<li>Various improvements and fixes</li>
26-
<li>Case split support on top level (#581)</li>
32+
<li>Case split support on top-level (#581)</li>
2733
<li>Fix creating new project without already defined Haskell Stack SDK (#605)</li>
2834
<li>Check if module name is a valid package name (#567)</li>
2935
<li>Use ANSI escape sequence processor in the initial tool setup progress bar by @ForNeVeR (#585)</li>

0 commit comments

Comments
 (0)