We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2903ce0 commit ba0301eCopy full SHA for ba0301e
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
}
4
5
group 'com.alivanov.intellij.plugins.liquigen'
6
-version '0.0.6'
+version '0.0.7'
7
8
apply plugin: "java"
9
src/main/resources/META-INF/plugin.xml
@@ -24,6 +24,11 @@
24
25
<change-notes><![CDATA[
26
<ul>
27
+ <li>
28
+ v0.0.7<br/>
29
+ IDEA and DataGrip support starting from 2019.1<br/>
30
+ Liquibase version upgraded to 3.6.3
31
+ </li>
32
<li>
33
v0.0.6<br/>
34
Changes for IDEA and DataGrip 2018.3
0 commit comments