Skip to content

Commit

Permalink
Prepare for release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecKazakova committed Jul 26, 2023
1 parent 26f794a commit 943c611
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [2.0.0] - 2023-07-26

### Added
- [MySQL Dialect] MySQL: support timestamp/bigint in IF expression (#4329 by [Mike Gershunovsky][shellderp])
- [Web Driver] Enable NPM package publishing (#4364)

### Changed
- [Sqlite Driver] Simplify using schema migrations for JdbcSqliteDriver (#3737 by [Lukáš Moravec][])

### Fixed
- [IDE Plugin] Handle process cancellation during find usages (#4340)
- [Compiler] Fix result expression for grouped statements (#4378)

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

### Added
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=app.cash.sqldelight
VERSION_NAME=2.0.0-SNAPSHOT
VERSION_NAME=2.0.0

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

0 comments on commit 943c611

Please sign in to comment.