Skip to content

Commit

Permalink
Prepare for release 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecKazakova committed Nov 23, 2021
1 parent f73e091 commit 258a92f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [1.5.3] - 2021-11-23
### Added
- [JDBC Driver] Open JdbcDriver for 3rd party driver implementations (#2672 by [Philip Wedemann][hfhbd])
- [MySQL Dialect] Add missing functions for time increments (#2671 by [Sam Doward][sdoward])
- [Coroutines Extension] Add M1 targets for coroutines-extensions (by [Philip Dukhov][PhilipDukhov])

### Changed
- [Paging3 Extension] Distribute sqldelight-android-paging3 as JAR instead of AAR (#2634 by [Marco Romano][julioromano])

### Fixed
- [Compiler] Don't extract variables for duplicate array parameters (by [Alexander Perfilyev][aperfilyev])
- [Gradle Plugin] add kotlin.mpp.enableCompatibilityMetadataVariant. (#2628 by [Martin Bonnin][martinbonnin])
- [IDE Plugin] Find usages processing requires a read action


## [1.5.2] - 2021-10-12
### Added
- [Gradle Plugin] HMPP support (#2548 by [Martin Bonnin][martinbonnin])
Expand Down Expand Up @@ -558,4 +573,8 @@ Initial release.
[chippmann]: https://github.com/chippmann
[IliasRedissi]: https://github.com/IliasRedissi
[ahmedre]: https://github.com/ahmedre
[pabl0rg]: https://github.com/pabl0rg
[pabl0rg]: https://github.com/pabl0rg
[hfhbd]: https://github.com/hfhbd
[sdoward]: https://github.com/sdoward
[PhilipDukhov]: https://github.com/PhilipDukhov
[julioromano]: https://github.com/julioromano
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=1.6.0-SNAPSHOT
VERSION_NAME=1.5.3

POM_URL=https://github.com/square/sqldelight/
POM_SCM_URL=https://github.com/square/sqldelight/
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ plugins:

extra:
versions:
sqldelight: '1.5.2'
sqldelight: '1.5.3'

0 comments on commit 258a92f

Please sign in to comment.