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

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rikvdkleij committed Aug 4, 2019
1 parent cb7fcdd commit f9f7a6a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lazy val commonSettings = Seq(
version := "1.0.0-beta51",
version := "1.0.0-beta52",
scalaVersion := "2.13.0"
)

Expand All @@ -24,5 +24,4 @@ lazy val intellijHaskell = (project in file(".")).
unmanagedSourceDirectories in Compile += baseDirectory.value / "gen"
)


ideaBuild in ThisBuild := "191.7479.19"
ideaBuild in ThisBuild := "192.5728.98"
13 changes: 12 additions & 1 deletion 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-beta51</version>
<version>1.0.0-beta52</version>
<vendor email="[email protected]">Rik van der Kleij</vendor>

<description><![CDATA[
Expand All @@ -13,6 +13,17 @@
]]></description>

<change-notes><![CDATA[
<p>1.0.0-beta52</p>
<ul>
<li>Various improvements and fixes</li>
<li>Improve Cabal parser (#294 and #456)</li>
<li>Fix Haskell code style settings (#449)</li>
<li>Improved managing global plugin directories (#444)</li>
<li>Save file without removing trailing spaces (#459)</li>
<li>Improved navigation by Hoogle</li>
<li>Prevent duplicate GHC messages in Haskell Problems View (#460)</li>
</ul>
<p>1.0.0-beta51</p>
<ul>
<li>Build library code always completely in the background. Use Haskell Problems View for project messages overview. Fix issue #443.</li>
Expand Down

0 comments on commit f9f7a6a

Please sign in to comment.