Skip to content

Commit 07aa910

Browse files
authored
release: v0.3.1 (#48)
1 parent 0b17d4a commit 07aa910

File tree

4 files changed

+384
-77
lines changed

4 files changed

+384
-77
lines changed

CHANGELOG.md

+8-1
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.1] - 2024-11-14
10+
11+
### Fixed
12+
13+
- Invalid parse while combining AND and OR ([#47](https://github.com/developmentseed/cql2-rs/pull/47))
14+
915
## [0.3.0] - 2024-10-14
1016

1117
### Changed
@@ -29,7 +35,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2935

3036
Initial release.
3137

32-
[Unreleased]: https://github.com/developmentseed/cql-rs/compare/v0.3.0...main
38+
[Unreleased]: https://github.com/developmentseed/cql-rs/compare/v0.3.1...main
39+
[0.3.1]: https://github.com/developmentseed/cql-rs/releases/compare/v0.3.0...v0.3.1
3340
[0.3.0]: https://github.com/developmentseed/cql-rs/releases/compare/v0.2.0...v0.3.0
3441
[0.2.0]: https://github.com/developmentseed/cql-rs/releases/compare/v0.1.0...v0.2.0
3542
[0.1.0]: https://github.com/developmentseed/cql-rs/releases/tag/v0.1.0

0 commit comments

Comments
 (0)