Releases: developmentseed/cql2-rs
Releases · developmentseed/cql2-rs
cql2-v0.5.5
Fixed
- remove cargo groups (#205)
Other
- (deps) bump sqlparser from 0.58.0 to 0.61.0 (#207)
- (deps) bump jsonschema from 0.33.0 to 0.46.2 (#206)
- (deps) bump geojson from 0.24.2 to 1.0.0 (#209)
- (deps) bump geozero from 0.14.0 to 0.15.1 (#210)
- (deps) bump geo from 0.31.0 to 0.33.1 (#208)
- revert the versioning strategy
- versioning-strategy for cargo (#211)
- update wasm-bindgen in cargo.lock (#202)
cql2-cli-v0.5.5
Other
- update Cargo.lock dependencies
cql2-v0.5.4
Fixed
- dependabot for cargo (#200)
Other
- (deps) bump the production-dependencies group with 12 updates (#201)
- (deps-dev) update mkdocs-material requirement (#192)
- (deps-dev) update ruff requirement from >=0.6.9 to >=0.15.10 (#193)
- (deps) bump the github-actions group with 4 updates (#198)
- dependabot groups (#197)
- (deps) bump actions/setup-node from 6.3.0 to 6.4.0 (#196)
- (deps) bump astral-sh/setup-uv from 7.6.0 to 8.0.0 (#182)
- pin GitHub Actions to SHA digests (#181)
- (deps) bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#177)
- (deps) bump actions/download-artifact from 7 to 8 (#171)
- (deps) bump actions/upload-artifact from 6 to 7 (#172)
- (deps) bump actions/attest-build-provenance from 3 to 4 (#173)
- (deps) bump the production-dependencies group across 1 directory with 12 updates (#169)
cql2-cli-v0.5.4
Other
- update Cargo.toml dependencies
cql2-v0.5.3
cql2-cli-v0.5.3
Fixed
- use flags, not values, for validate and reduce in CLI (#165)
cql2-cli-v0.5.2
Other
- update Cargo.lock dependencies
cql2-v0.5.1
Added
- (wasm) add to_ducksql (#156)
Other
- (deps) bump the production-dependencies group across 1 directory with 7 updates (#155)
- (deps) bump the production-dependencies group across 1 directory with 6 updates (#154)
- (deps) bump the production-dependencies group across 1 directory with 4 updates (#152)
- (deps) bump actions/download-artifact from 6 to 7 (#147)
- (deps) bump actions/create-github-app-token from 2.0.6 to 2.2.1 (#148)
- (deps) bump actions/upload-artifact from 5 to 6 (#149)
- (deps) bump the production-dependencies group across 1 directory with 5 updates (#150)
cql2-cli-v0.5.1
Other
- update Cargo.toml dependencies
cql2-v0.5.0
Added
Fixed
- (ci) remove locked check (#125)
- it wasn't used anywhere and it was broken (#124)
- (ci) update to latest npm for publishing
- (ci) remove clean install from npm publish
Other
- use release bot for releasing (#145)
- (deps) bump the production-dependencies group across 1 directory with 3 updates (#144)
- fix ci config (#143)
- (deps) bump the production-dependencies group with 3 updates (#142)
- add release-plz workflow (#140)
- (deps) bump the production-dependencies group with 6 updates (#138)
- (deps) bump actions/checkout from 5 to 6 (#134)
- try groups (#136)
- group dependencies (#135)
- (ci) actually keep the locked check (#127)
- (deps) bump actions/setup-node from 4 to 6 (#126)
- (wasm) [breaking] Make WASM module interface more like Python module (#120)
- update cargo lock
Changed
- Normalized WASM interface to match Python API (#120)
- Renamed
CQL2toExprfor consistency with Python - Changed
Expr.matches()andExpr.reduce()to accept JS objects instead of strings - Changed
Expr.to_json()to return JS objects instead of strings
- Renamed