Release 0.6.1

This commit is contained in:
Dandandan 2020-07-20 18:20:08 +02:00
parent 3a42b69b89
commit f053383c71
2 changed files with 6 additions and 2 deletions

View file

@ -14,12 +14,16 @@ Check https://github.com/ballista-compute/sqlparser-rs/commits/main for undocume
### Fixed
## [0.6.1] - 2020-07-20
### Added
- Support BigQuery `ASSERT` statement (#226)
## [0.6.0] - 2020-07-20
### Added
- Support SQLite's `CREATE TABLE (...) WITHOUT ROWID` (#208) - thanks @mashuai!
- Support SQLite's `CREATE VIRTUAL TABLE` (#209) - thanks @mashuai!
- Support BigQuery `ASSERT` statement (#226)
## [0.5.1] - 2020-06-26
This release should have been called `0.6`, as it introduces multiple incompatible changes to the API. If you don't want to upgrade yet, you can revert to the previous version by changing your `Cargo.toml` to:

View file

@ -1,7 +1,7 @@
[package]
name = "sqlparser"
description = "Extensible SQL Lexer and Parser with support for ANSI SQL:2011"
version = "0.6.0"
version = "0.6.1"
authors = ["Andy Grove <andygrove73@gmail.com>"]
homepage = "https://github.com/ballista-compute/sqlparser-rs"
documentation = "https://docs.rs/sqlparser/"