Skip to content

Commit

Permalink
Prepare for release 2.0.0-rc02
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecKazakova committed Jun 27, 2023
1 parent 50c2ae2 commit a1630d3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change Log

## [2.0.0-rc02] - 2023-06-27

### Added
- [MySQL Dialect] support lowercase date types and min and max on date types (#4243 by [Mike Gershunovsky][shellderp])
- [MySQL Dialect] support mysql types for binary expr and sum (#4254 by [Mike Gershunovsky][shellderp])
- [MySQL Dialect] support unsigned ints without display width (#4306 by [Mike Gershunovsky][shellderp])
- [MySQL Dialect] Support LOCK IN SHARED MODE
- [PostgreSQL Dialect] Add boolean and Timestamp to min max (#4245 by [Griffio][griffio])
- [PostgreSQL Dialect] Postgres: Add window function support (#4283 by [Philip Wedemann][hfhbd])
- [Runtime] Add linuxArm64, androidNative and watchosDeviceArm targets to runtime (#4258 by [Philip Wedemann][hfhbd])
- [Paging Extension] Add linux and mingw x64 target to the paging extension (#4280 by [Cedric Hippmann][chippman])

### Changed
- [Gradle Plugin] Add automatic dialect support for Android API 34 (#4251)
- [Paging Extension] Add support for SuspendingTransacter in QueryPagingSource (#4292 by [Ilya Polenov][daio])
- [Runtime] Improve addListener api (#4244 by [Philip Wedemann][hfhbd])
- [Runtime] Use Long as migration version (#4297 by [Philip Wedemann][hfhbd])

### Fixed
- [Gradle Plugin] Use stable output path for generated source (#4269 by [Josh Friend][joshfriend])
- [Gradle Plugin] Gradle tweaks (#4222 by [Matthew Haughton][3flex])

## [2.0.0-rc01] - 2023-05-29

### Added
Expand Down Expand Up @@ -937,3 +959,6 @@ Initial release.
[davidwheeler123]: https://github.com/davidwheeler123
[C2H6O]: https://github.com/C2H6O
[griffio]: https://github.com/griffio
[shellderp]: https://github.com/shellderp
[joshfriend]: https://github.com/joshfriend
[daio]: https://github.com/daio
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=app.cash.sqldelight
VERSION_NAME=2.0.0-SNAPSHOT
VERSION_NAME=2.0.0-rc02

POM_URL=https://github.com/cashapp/sqldelight/
POM_SCM_URL=https://github.com/cashapp/sqldelight/
Expand All @@ -25,4 +25,4 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

# caches break the linkage of the sqlite amalgamation
kotlin.native.cacheKind.linuxX64=none
kotlin.native.cacheKind.linuxX64=none
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ intellij = { id = "org.jetbrains.intellij", version = "1.14.2" }
grammarKitComposer = { id = "com.alecstrong.grammar.kit.composer", version = "0.1.12" }
publish = { id = "com.vanniktech.maven.publish", version = "0.20.0" }
spotless = { id = "com.diffplug.spotless", version = "6.19.0" }
changelog = { id = "org.jetbrains.changelog", version = "2.1.0" }
changelog = { id = "org.jetbrains.changelog", version = "2.0.0" }
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
ksp = { id = "com.google.devtools.ksp", version = "1.8.22-1.0.11" }
binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.13.2" }
Expand Down

0 comments on commit a1630d3

Please sign in to comment.