Skip to content

Commit

Permalink
Version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen committed Jul 2, 2020
1 parent cfae9e3 commit 1ca7f51
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<idea-plugin>
<id>com.github.bjansen.intellij.pebble</id>
<name>Pebble</name>
<version>0.7-SNAPSHOT</version>
<version>0.7</version>
<vendor url="https://github.com/bjansen">Bastien Jansen</vendor>

<description><![CDATA[
Support for the Pebble templating engine.
]]></description>

<change-notes><![CDATA[
<b>v0.6</b>
<b>v0.7</b>
<ul>
<li>fixed parsing of list expressions (<a href="https://github.com/bjansen/pebble-intellij/issues/36">#36</a>)</li>
<li>added code completion and navigation for filters (<a href="https://github.com/bjansen/pebble-intellij/issues/17">#17</a>)</li>
<li>the type of an `in` variable is now correctly recognized (<a href="https://github.com/bjansen/pebble-intellij/issues/37">#37</a>)</li>
</ul>
]]></change-notes>

Expand Down

0 comments on commit 1ca7f51

Please sign in to comment.