Skip to content

Commit

Permalink
xquery-intellij-plugin 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Sep 10, 2016
1 parent 090c90e commit 92f357c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Change Log

## 0.1 - 2016-09-10

1. XQuery file type support, including encoding detection.
2. Conforming XQuery 1.0 syntax highlighter and parser.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
apply plugin: 'jacoco'

group 'uk.co.reecedunn.intellij.plugin.xquery'
version '0.0.1'
version '0.1'

repositories {
mavenCentral()
Expand Down
10 changes: 7 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
<idea-plugin version="2">
<id>uk.co.reecedunn.intellij.plugin.xquery</id>
<name>xquery-intellij-plugin</name>
<version>0.0.1</version>
<version>0.1</version>
<vendor email="msclrhd@gmail.com" url="http://reecedunn.co.uk">Reece H. Dunn</vendor>

<description><![CDATA[
XQuery Language Support
XQuery Language Support
]]></description>

<change-notes><![CDATA[
Release 0.0.1: Initial release.
<p>Release 0.1:</p>
<ul>
<li>XQuery file type support, including encoding detection.</li>
<li>Conforming XQuery 1.0 syntax highlighter and parser.</li>
</ul>
]]></change-notes>

<idea-version since-build="161"/>
Expand Down

0 comments on commit 92f357c

Please sign in to comment.