(cargo-release) start next development iteration 0.7.1-alpha.0

This commit is contained in:
Heres, Daniel 2020-12-28 21:51:28 +01:00
parent e11b80ecf9
commit 200ed5ecfc

View file

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