We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6229d6 commit 7364db0Copy full SHA for 7364db0
src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin>
2
<id>com.github.bjansen.intellij.pebble</id>
3
<name>Pebble</name>
4
- <version>0.4-SNAPSHOT</version>
+ <version>0.4</version>
5
<vendor url="https://github.com/bjansen">Bastien Jansen</vendor>
6
7
<description><![CDATA[
@@ -11,8 +11,10 @@
11
<change-notes><![CDATA[
12
<b>v0.4</b>
13
<ul>
14
+ <li>support for the implicit `loop` variable in `for` blocks</li>
15
<li>`with` is now correctly recognized as a valid identifier</li>
16
<li>calls to unknown qualified methods/fields are reported as errors</li>
17
+ <li>bug fixes</li>
18
</ul>
19
<b>v0.3</b>
20
0 commit comments