cql2 0.5.0

Parse, validate, and convert Common Query Language (CQL2) text and JSON
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Releasing

1. Create a new branch: `release/vX.Y.Z`
2. Update the version in `Cargo.toml`
3. Update the CHANGELOG
4. Update each README
5. Open a PR
6. Once approved, merge the PR
7. `git tag -s vX.Y.Z`
8. `git push origin vX.Y.Z`
9. Create a new [release]https://github.com/developmentseed/cql2-rs/releases for your tag