Skip to content

Commit f053383

Browse files
committed
Release 0.6.1
1 parent 3a42b69 commit f053383

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ Check https://github.com/ballista-compute/sqlparser-rs/commits/main for undocume
1414

1515
### Fixed
1616

17+
## [0.6.1] - 2020-07-20
18+
19+
### Added
20+
- Support BigQuery `ASSERT` statement (#226)
21+
1722
## [0.6.0] - 2020-07-20
1823

1924
### Added
2025
- Support SQLite's `CREATE TABLE (...) WITHOUT ROWID` (#208) - thanks @mashuai!
2126
- Support SQLite's `CREATE VIRTUAL TABLE` (#209) - thanks @mashuai!
22-
- Support BigQuery `ASSERT` statement (#226)
2327

2428
## [0.5.1] - 2020-06-26
2529
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.6.0"
4+
version = "0.6.1"
55
authors = ["Andy Grove <[email protected]>"]
66
homepage = "https://github.com/ballista-compute/sqlparser-rs"
77
documentation = "https://docs.rs/sqlparser/"

0 commit comments

Comments
 (0)