Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LFrobeen committed Mar 22, 2020
1 parent acd2e68 commit 03b829b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog

## 1.1.0
* Fix annotations for relation arity mistakes.
* Extend documentation parsing to all declaration types (e.g. preprocessor definitions, types, etc.).
* Include comment declarations in code completion.
* Fix rule lookup via gutter-icon.
* Add support for relation qualifiers.

## 1.0.0
* Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br>

# Datalog Plugin for the IntelliJ Platform

For a list of changes in the newest version, please refer to the [changelog](./CHANGELOG.md).

## Features

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ apply {
}

group = "com.lfrobeen"
version = "1.0.0"
version = "1.1.0"

intellij {
pluginName = "intellij-datalog"
Expand Down
10 changes: 9 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,22 @@

<change-notes>
<![CDATA[
<p>1.1.0</p>
<ul>
<li>Fix annotations for relation arity mistakes.</li>
<li>Extend documentation parsing to all declaration types (e.g. preprocessor definitions, types, etc.).</li>
<li>Include comment declarations in code completion.</li>
<li>Fix rule lookup via gutter-icon.</li>
<li>Add support for relation qualifiers.</li>
</ul>
<p>1.0.0</p>
<ul>
<li>Initial release of this plugin.</li>
</ul>
]]>
</change-notes>

<version>1.0.0</version>
<version>1.1.0</version>

<idea-version since-build="183.2940.10"/>

Expand Down

0 comments on commit 03b829b

Please sign in to comment.