Skip to content

Commit 11093fb

Browse files
committed
Version 0.9
1 parent 03a2bfc commit 11093fb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

+8-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.9-SNAPSHOT</version>
4+
<version>0.9</version>
55
<vendor url="https://github.com/bjansen">Bastien Jansen</vendor>
66

77
<description><![CDATA[
@@ -11,7 +11,14 @@
1111
<change-notes><![CDATA[
1212
<b>v0.9</b>
1313
<ul>
14+
<li>Fixed many bugs related to the formatter, that appeared in 2020.3 (#58, #69, #71, #74, #75)</li>
15+
<li>Use double quotes by default in live templates (<a href="https://github.com/bjansen/pebble-intellij/issues/66">#66</a>)</li>
16+
<li>Support Scala iterables in `for` loops (<a href="https://github.com/bjansen/pebble-intellij/issues/73">#73</a>)</li>
17+
<li>Support new identifier pattern (<a href="https://github.com/bjansen/pebble-intellij/issues/63">#63</a>)</li>
18+
<li>Support `import ... as ...` (<a href="https://github.com/bjansen/pebble-intellij/issues/52">#52</a>)</li>
1419
</ul>
20+
21+
Full changelog at https://github.com/bjansen/pebble-intellij/milestone/9?closed=1
1522
]]></change-notes>
1623

1724
<!-- IDEA 2017.3 and later -->

0 commit comments

Comments
 (0)