Skip to content

Commit a4a30aa

Browse files
authored
release: v0.3.3-alpha.0 (#58)
1 parent 3e980e3 commit a4a30aa

File tree

4 files changed

+37
-31
lines changed

4 files changed

+37
-31
lines changed

CHANGELOG.md

+6
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.3-alpha.0] - 2024-02-03
10+
11+
### Added
12+
13+
- Match cql2 against JSON ([#55](https://github.com/developmentseed/cql2-rs/pull/55))
14+
915
## [0.3.2] - 2024-12-09
1016

1117
### Fixed

Cargo.lock

+27-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.3.2"
2+
version = "0.3.3-alpha.0"
33
authors = [
44
"David Bitner <[email protected]>",
55
"Pete Gadomski <[email protected]>",
@@ -28,7 +28,7 @@ geo = "0.29.3"
2828
geo-types = "0.7.15"
2929
geojson = "0.24.1"
3030
geozero = "0.14.0"
31-
jiff = "0.1.24"
31+
jiff = "0.1.29"
3232
json_dotpath = "1.1.0"
3333
lazy_static = "1.5"
3434
like = "0.3.1"
@@ -37,7 +37,7 @@ pest_derive = { version = "2.7", features = ["grammar-extras"] }
3737
pg_escape = "0.1.1"
3838
serde = "1.0"
3939
serde_derive = "1.0.217"
40-
serde_json = { version = "1.0.135", features = ["preserve_order"] }
40+
serde_json = { version = "1.0.138", features = ["preserve_order"] }
4141
thiserror = "2.0"
4242
unaccent = "0.1.0"
4343
wkt = "0.12.0"

cli/Cargo.toml

+1-1
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.0" }
17+
cql2 = { path = "..", version = "0.3.3-alpha.0" }
1818
serde_json = "1.0"
1919

2020
[[bin]]

0 commit comments

Comments
 (0)