Skip to content

Commit

Permalink
Prepare for release 2.0.0-alpha04
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecKazakova committed Oct 3, 2022
1 parent 328daf8 commit c6cc5a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@
- [Compiler] `getObject` method supports automatic filling of the actual type. (#3401 by [Rob X][robx])
- [Compiler] Fix codegen for async grouped returning statements (#3411)
- [Compiler] Infer the Kotlin type of bind parameter, if possible, or fail with a better error message (#3413 by [Philip Wedemann][hfhbd])
- [Compiler] Don't allow ABS("foo") (#3430 [Philip Wedemann][hfhbd])
- [Compiler] Support inferring kotlin type from other parameters (#3431 [Philip Wedemann][hfhbd])
- [Compiler] Always create the database implementation (#3540 [Philip Wedemann][hfhbd])
- [Compiler] Don't allow ABS("foo") (#3430 by [Philip Wedemann][hfhbd])
- [Compiler] Support inferring kotlin type from other parameters (#3431 by [Philip Wedemann][hfhbd])
- [Compiler] Always create the database implementation (#3540 by [Philip Wedemann][hfhbd])
- [Compiler] Relax javaDoc and add it to custom mapper function too (#3554 [Philip Wedemann][hfhbd])
- [Compiler] Fix DEFAULT in binding (by [Philip Wedemann][hfhbd])
- [Paging] Fix Paging 3 (#3396)
- [Paging] Allow construction of OffsetQueryPagingSource with Long (#3409)
- [Paging] Don't statically swap Dispatchers.Main (#3428)
Expand Down Expand Up @@ -842,4 +843,4 @@ Initial release.
[kpgalligan]: https://github.com/kpgalligan
[robx]: https://github.com/robxyy
[madisp]: https://github.com/madisp
[svenjacobs]: https://github.com/svenjacobs
[svenjacobs]: https://github.com/svenjacobs
2 changes: 1 addition & 1 deletion 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-alpha04

POM_URL=https://github.com/cashapp/sqldelight/
POM_SCM_URL=https://github.com/cashapp/sqldelight/
Expand Down

0 comments on commit c6cc5a5

Please sign in to comment.