Skip to content

Commit 1ca7f51

Browse files
committed
Version 0.7
1 parent cfae9e3 commit 1ca7f51

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/main/resources/META-INF/plugin.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
<idea-plugin>
22
<id>com.github.bjansen.intellij.pebble</id>
33
<name>Pebble</name>
4-
<version>0.7-SNAPSHOT</version>
4+
<version>0.7</version>
55
<vendor url="https://github.com/bjansen">Bastien Jansen</vendor>
66

77
<description><![CDATA[
88
Support for the Pebble templating engine.
99
]]></description>
1010

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

0 commit comments

Comments
 (0)