Skip to content

Commit 943c611

Browse files
committed
Prepare for release 2.0.0
1 parent 26f794a commit 943c611

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [2.0.0] - 2023-07-26
4+
5+
### Added
6+
- [MySQL Dialect] MySQL: support timestamp/bigint in IF expression (#4329 by [Mike Gershunovsky][shellderp])
7+
- [Web Driver] Enable NPM package publishing (#4364)
8+
9+
### Changed
10+
- [Sqlite Driver] Simplify using schema migrations for JdbcSqliteDriver (#3737 by [Lukáš Moravec][])
11+
12+
### Fixed
13+
- [IDE Plugin] Handle process cancellation during find usages (#4340)
14+
- [Compiler] Fix result expression for grouped statements (#4378)
15+
316
## [2.0.0-rc02] - 2023-06-27
417

518
### Added

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=app.cash.sqldelight
2-
VERSION_NAME=2.0.0-SNAPSHOT
2+
VERSION_NAME=2.0.0
33

44
POM_URL=https://github.com/cashapp/sqldelight/
55
POM_SCM_URL=https://github.com/cashapp/sqldelight/

0 commit comments

Comments
 (0)