pganalyze / pg_query.rs

Rust library to parse, deparse and normalize SQL queries using the PostgreSQL query parser
MIT License
126 stars 12 forks source link

Release version 0.7.0 #11

Closed seanlinsley closed 2 years ago

seanlinsley commented 2 years ago

The version number had already been updated to 0.7.0 in Cargo.toml, but it hasn't been used on crates.io yet: https://crates.io/crates/pg_query.

After merging this I will run cargo publish, and push a tag to this repo.