Skip to content

Commit 86b13f0

Browse files
authored
release: v0.3.7-beta.0 (#81)
1 parent 141a294 commit 86b13f0

File tree

4 files changed

+63
-57
lines changed

4 files changed

+63
-57
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.3.7-beta.0] - 2025-03-28
10+
11+
### Added
12+
13+
- Experimental DuckDB SQL ([#70](https://github.com/developmentseed/cql2-rs/pull/70))
14+
915
## [0.3.6] - 2025-03-27
1016

1117
### Changed
@@ -18,7 +24,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1824
- Expose `Expr.matches()` in Python ([#76](https://github.com/developmentseed/cql2-rs/pull/76))
1925
- Expose `Expr.reduce()` in Python ([#79](https://github.com/developmentseed/cql2-rs/pull/79))
2026

21-
2227
## [0.3.5] - 2025-03-12
2328

2429
### Fixed
@@ -73,7 +78,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7378

7479
Initial release.
7580

76-
[Unreleased]: https://github.com/developmentseed/cql2-rs/compare/v0.3.6...main
81+
[Unreleased]: https://github.com/developmentseed/cql2-rs/compare/v0.3.7-beta.0...main
82+
[0.3.7-beta.0]: https://github.com/developmentseed/cql2-rs/compare/v0.3.6...v0.3.7-beta.0
7783
[0.3.6]: https://github.com/developmentseed/cql2-rs/compare/v0.3.5...v0.3.6
7884
[0.3.5]: https://github.com/developmentseed/cql2-rs/compare/v0.3.4...v0.3.5
7985
[0.3.4]: https://github.com/developmentseed/cql2-rs/compare/v0.3.3...v0.3.4

Cargo.lock

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.3.6"
2+
version = "0.3.7-beta.0"
33
authors = [
44
"David Bitner <[email protected]>",
55
"Pete Gadomski <[email protected]>",
@@ -24,7 +24,7 @@ keywords = ["cql2"]
2424

2525

2626
[dependencies]
27-
geo = "0.29.3"
27+
geo = "0.30.0"
2828
geo-types = "0.7.15"
2929
geojson = "0.24.1"
3030
geozero = "0.14.0"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["cql2"]
1414
[dependencies]
1515
anyhow = "1.0"
1616
clap = { workspace = true, features = ["derive"] }
17-
cql2 = { path = "..", version = "0.3.3-alpha.0" }
17+
cql2 = { path = "..", version = "0.3.7-beta.0" }
1818
serde_json = "1.0"
1919

2020
[[bin]]

0 commit comments

Comments
 (0)