Skip to content

Commit 7364db0

Browse files
committed
v0.4
1 parent d6229d6 commit 7364db0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

77
<description><![CDATA[
@@ -11,8 +11,10 @@
1111
<change-notes><![CDATA[
1212
<b>v0.4</b>
1313
<ul>
14+
<li>support for the implicit `loop` variable in `for` blocks</li>
1415
<li>`with` is now correctly recognized as a valid identifier</li>
1516
<li>calls to unknown qualified methods/fields are reported as errors</li>
17+
<li>bug fixes</li>
1618
</ul>
1719
<b>v0.3</b>
1820
<ul>

0 commit comments

Comments
 (0)