Skip to content

Commit

Permalink
Prepare version 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 7, 2016
1 parent 112c713 commit b8c9662
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@

<change-notes><![CDATA[
<p>
0.2.1
<ul>
<li>New: Ctrl+`/` (Cmd+`/` on OSX) toggles comment of the selected line(s).</li>
<li>New: Compile-time validation of the columns used by SQL queries.</li>
<li>Fix: Support Windows paths in both the IDE and Gradle plugin.</li>
</ul>
</p>
<p>
0.2.0
<ul>
<li>New: Added copy constructor to Marshal class.</li>
Expand Down

0 comments on commit b8c9662

Please sign in to comment.