@@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
77## [ Unreleased]
88
9+ ## [ 0.3.6] - 2025-03-27
10+
11+ ### Changed
12+
13+ - Update examples ([ #75 ] ( https://github.com/developmentseed/cql2-rs/pull/75 ) )
14+ - Further reductions for and/or ([ #78 ] ( https://github.com/developmentseed/cql2-rs/pull/78 ) )
15+
16+ ### Added
17+
18+ - Expose ` Expr.matches() ` in Python ([ #76 ] ( https://github.com/developmentseed/cql2-rs/pull/76 ) )
19+ - Expose ` Expr.reduce() ` in Python ([ #79 ] ( https://github.com/developmentseed/cql2-rs/pull/79 ) )
20+
21+
922## [ 0.3.5] - 2025-03-12
1023
1124### Fixed
@@ -60,14 +73,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6073
6174Initial release.
6275
63- [ Unreleased ] : https://github.com/developmentseed/cql-rs/compare/v0.3.5...main
64- [ 0.3.5 ] : https://github.com/developmentseed/cql-rs/releases/compare/v0.3.4...v0.3.5
65- [ 0.3.4 ] : https://github.com/developmentseed/cql-rs/releases/compare/v0.3.3...v0.3.4
66- [ 0.3.3 ] : https://github.com/developmentseed/cql-rs/releases/compare/v0.3.2...v0.3.3
67- [ 0.3.2 ] : https://github.com/developmentseed/cql-rs/releases/compare/v0.3.1...v0.3.2
68- [ 0.3.1 ] : https://github.com/developmentseed/cql-rs/releases/compare/v0.3.0...v0.3.1
69- [ 0.3.0 ] : https://github.com/developmentseed/cql-rs/releases/compare/v0.2.0...v0.3.0
70- [ 0.2.0 ] : https://github.com/developmentseed/cql-rs/releases/compare/v0.1.0...v0.2.0
71- [ 0.1.0 ] : https://github.com/developmentseed/cql-rs/releases/tag/v0.1.0
76+ [ Unreleased ] : https://github.com/developmentseed/cql2-rs/compare/v0.3.6...main
77+ [ 0.3.6 ] : https://github.com/developmentseed/cql2-rs/compare/v0.3.5...v0.3.6
78+ [ 0.3.5 ] : https://github.com/developmentseed/cql2-rs/compare/v0.3.4...v0.3.5
79+ [ 0.3.4 ] : https://github.com/developmentseed/cql2-rs/compare/v0.3.3...v0.3.4
80+ [ 0.3.3 ] : https://github.com/developmentseed/cql2-rs/compare/v0.3.2...v0.3.3
81+ [ 0.3.2 ] : https://github.com/developmentseed/cql2-rs/compare/v0.3.1...v0.3.2
82+ [ 0.3.1 ] : https://github.com/developmentseed/cql2-rs/compare/v0.3.0...v0.3.1
83+ [ 0.3.0 ] : https://github.com/developmentseed/cql2-rs/compare/v0.2.0...v0.3.0
84+ [ 0.2.0 ] : https://github.com/developmentseed/cql2-rs/compare/v0.1.0...v0.2.0
85+ [ 0.1.0 ] : https://github.com/developmentseed/cql2-rs/tag/v0.1.0
7286
7387<!-- markdownlint-disable-file MD024 -->
0 commit comments