bump version to 0.3.0, as requested in the PR

This commit is contained in:
Nickolay Ponomarev 2019-04-02 09:46:11 +03:00
parent 5de23b1e78
commit 311f2ab429

View file

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