Skip to content

Commit

Permalink
Bumped version to 0.3-beta.17
Browse files Browse the repository at this point in the history
  • Loading branch information
carymrobbins committed Dec 13, 2014
1 parent 8266243 commit 98b41c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2" use-idea-classloader="true">
<id>com.haskforce</id>
<name>HaskForce</name>
<version>0.3-beta.16</version>
<version>0.3-beta.17</version>
<vendor url="https://github.com/carymrobbins/intellij-haskforce">HaskForce on GitHub</vendor>

<description>Plugin for Haskell language support.</description>
Expand All @@ -16,6 +16,12 @@
<a href="https://github.com/carymrobbins/intellij-haskforce/issues">bug tracker</a>.
</p>
<p>
<b>v0.3-beta.17</b>
<ul>
<li>Implemented closed type families.</li>
<li>Implemented jump to function/variable declarations without type signatures.</li>
<li>Added module path creation when creating a new file as `Path.To.Module`.</li>
</ul>
<b>v0.3-beta.16</b>
<ul>
<li>Improved ghc-modi integration.</li>
Expand Down

0 comments on commit 98b41c5

Please sign in to comment.