Skip to content

Commit 92f357c

Browse files
committed
xquery-intellij-plugin 0.1
1 parent 090c90e commit 92f357c

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Change Log
2+
3+
## 0.1 - 2016-09-10
4+
5+
1. XQuery file type support, including encoding detection.
6+
2. Conforming XQuery 1.0 syntax highlighter and parser.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ allprojects {
1616
apply plugin: 'jacoco'
1717

1818
group 'uk.co.reecedunn.intellij.plugin.xquery'
19-
version '0.0.1'
19+
version '0.1'
2020

2121
repositories {
2222
mavenCentral()

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22
<idea-plugin version="2">
33
<id>uk.co.reecedunn.intellij.plugin.xquery</id>
44
<name>xquery-intellij-plugin</name>
5-
<version>0.0.1</version>
5+
<version>0.1</version>
66
<vendor email="msclrhd@gmail.com" url="http://reecedunn.co.uk">Reece H. Dunn</vendor>
77

88
<description><![CDATA[
9-
XQuery Language Support
9+
XQuery Language Support
1010
]]></description>
1111

1212
<change-notes><![CDATA[
13-
Release 0.0.1: Initial release.
13+
<p>Release 0.1:</p>
14+
<ul>
15+
<li>XQuery file type support, including encoding detection.</li>
16+
<li>Conforming XQuery 1.0 syntax highlighter and parser.</li>
17+
</ul>
1418
]]></change-notes>
1519

1620
<idea-version since-build="161"/>

0 commit comments

Comments
 (0)