Skip to content

Commit 3a42b69

Browse files
authored
Release 0.6.0 (apache#232)
1 parent 583f22b commit 3a42b69

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ Check https://github.com/ballista-compute/sqlparser-rs/commits/main for undocume
1111
### Changed
1212

1313
### Added
14-
- Support SQLite's `CREATE TABLE (...) WITHOUT ROWID` (#208) - thanks @mashuai!
15-
- Support SQLite's `CREATE VIRTUAL TABLE` (#209) - thanks @mashuai!
1614

1715
### Fixed
1816

17+
## [0.6.0] - 2020-07-20
18+
19+
### Added
20+
- Support SQLite's `CREATE TABLE (...) WITHOUT ROWID` (#208) - thanks @mashuai!
21+
- Support SQLite's `CREATE VIRTUAL TABLE` (#209) - thanks @mashuai!
22+
- Support BigQuery `ASSERT` statement (#226)
1923

2024
## [0.5.1] - 2020-06-26
2125
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:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sqlparser"
33
description = "Extensible SQL Lexer and Parser with support for ANSI SQL:2011"
4-
version = "0.5.2-alpha.0"
4+
version = "0.6.0"
55
authors = ["Andy Grove <andygrove73@gmail.com>"]
66
homepage = "https://github.com/ballista-compute/sqlparser-rs"
77
documentation = "https://docs.rs/sqlparser/"

0 commit comments

Comments
 (0)