Skip to content

Commit

Permalink
Bumped version to 0.3-beta.18
Browse files Browse the repository at this point in the history
  • Loading branch information
carymrobbins committed Jan 9, 2015
1 parent 761ee81 commit bac06a2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 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.17</version>
<version>0.3-beta.18</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,17 @@
<a href="https://github.com/carymrobbins/intellij-haskforce/issues">bug tracker</a>.
</p>
<p>
<b>v0.3-beta.18</b>
<ul>
<li>Implemented <b>Type Info</b> action. (#90)</li>
<li>Implemented language injections for QuasiQuotes.</li>
<li>Improved import completion with aliased modules.</li>
<li>Improved <b>Restart ghc-modi</b> action. (#103)</li>
<li>Implemented creation of subdirectories for create file action, e.g. <b>Foo.Bar.Baz</b> creates <b>Foo/Bar/Baz.hs</b></li>
<li>Fixed hash operator parsing. (#106)</li>
<li>Improved RankNTypes support. (#92)</li>
<li>Improved Windows support. (#108, #109)</li>
</ul>
<b>v0.3-beta.17</b>
<ul>
<li>Implemented closed type families.</li>
Expand Down

0 comments on commit bac06a2

Please sign in to comment.