From b8c9662de2ae7d8d0df5d97b37c01791847c2ca2 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Mon, 7 Mar 2016 13:42:53 -0500 Subject: [PATCH] Prepare version 0.2.1. --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- gradle.properties | 2 +- .../src/main/resources/META-INF/plugin.xml | 8 ++++++++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 052882fc3dc..4f60ec19f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Change Log ========== +Version 0.2.1 *(2015-03-07)* +---------------------------- + + * New: Ctrl+`/` (Cmd+`/` on OSX) toggles comment of the selected line(s). + * New: Compile-time validation of the columns used by SQL queries. + * Fix: Support Windows paths in both the IDE and Gradle plugin. + + Version 0.2.0 *(2015-02-29)* ---------------------------- diff --git a/README.md b/README.md index 9725386125d..4e95807f831 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.squareup.sqldelight:gradle-plugin:0.2.0' + classpath 'com.squareup.sqldelight:gradle-plugin:0.2.1' } } diff --git a/gradle.properties b/gradle.properties index 5e9b168774a..090ace78c5e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.squareup.sqldelight -VERSION_NAME=0.2.1-SNAPSHOT +VERSION_NAME=0.2.1 POM_URL=https://github.com/square/sqldelight/ POM_SCM_URL=https://github.com/square/sqldelight/ diff --git a/sqldelight-studio-plugin/src/main/resources/META-INF/plugin.xml b/sqldelight-studio-plugin/src/main/resources/META-INF/plugin.xml index 8f9085848da..f75c15fea77 100644 --- a/sqldelight-studio-plugin/src/main/resources/META-INF/plugin.xml +++ b/sqldelight-studio-plugin/src/main/resources/META-INF/plugin.xml @@ -19,6 +19,14 @@ + 0.2.1 + +

+

0.2.0