Skip to content

Commit 8d1aef6

Browse files
authored
release: v0.3.8 (#88)
1 parent dfd247c commit 8d1aef6

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.3.8] - 2025-09-09
10+
911
### Changed
1012

1113
- Bump some dependencies ([#87](https://github.com/developmentseed/cql2-rs/pull/87))
@@ -82,7 +84,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8284

8385
Initial release.
8486

85-
[Unreleased]: https://github.com/developmentseed/cql2-rs/compare/v0.3.7...main
87+
[Unreleased]: https://github.com/developmentseed/cql2-rs/compare/v0.3.8...main
88+
[0.3.8]: https://github.com/developmentseed/cql2-rs/compare/v0.3.7...v0.3.8
8689
[0.3.7]: https://github.com/developmentseed/cql2-rs/compare/v0.3.6...v0.3.7
8790
[0.3.6]: https://github.com/developmentseed/cql2-rs/compare/v0.3.5...v0.3.6
8891
[0.3.5]: https://github.com/developmentseed/cql2-rs/compare/v0.3.4...v0.3.5

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.3.7"
2+
version = "0.3.8"
33
authors = [
44
"David Bitner <[email protected]>",
55
"Pete Gadomski <[email protected]>",

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

2020
[[bin]]

0 commit comments

Comments
 (0)