Skip to content

Commit a3408d6

Browse files
authored
release: v0.3.3 (#63)
1 parent fc4e97e commit a3408d6

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [0.3.3-alpha.1] - 2024-02-17
9+
## [0.3.3] - 2024-02-18
1010

1111
### Added
1212

1313
- WASM ([#59](https://github.com/developmentseed/cql2-rs/pull/59))
14-
15-
## [0.3.3-alpha.0] - 2024-02-03
16-
17-
### Added
18-
1914
- Match cql2 against JSON ([#55](https://github.com/developmentseed/cql2-rs/pull/55))
2015

2116
## [0.3.2] - 2024-12-09
@@ -53,7 +48,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5348

5449
Initial release.
5550

56-
[Unreleased]: https://github.com/developmentseed/cql-rs/compare/v0.3.2...main
51+
[Unreleased]: https://github.com/developmentseed/cql-rs/compare/v0.3.3...main
52+
[0.3.3]: https://github.com/developmentseed/cql-rs/releases/compare/v0.3.2...v0.3.3
5753
[0.3.2]: https://github.com/developmentseed/cql-rs/releases/compare/v0.3.1...v0.3.2
5854
[0.3.1]: https://github.com/developmentseed/cql-rs/releases/compare/v0.3.0...v0.3.1
5955
[0.3.0]: https://github.com/developmentseed/cql-rs/releases/compare/v0.2.0...v0.3.0

Cargo.lock

Lines changed: 6 additions & 6 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.3-alpha.1"
2+
version = "0.3.3"
33
authors = [
44
"David Bitner <[email protected]>",
55
"Pete Gadomski <[email protected]>",

0 commit comments

Comments
 (0)