Skip to content

Commit 6bee452

Browse files
committed
Update CHANGELOG.md
Signed-off-by: Kunlin Yu <yukunlin@syriusrobotics.com>
1 parent 067974c commit 6bee452

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
### Security
2626
-
2727

28+
## [0.3.0] -2025-05-14
29+
### Added
30+
- sqlite3 and spatialite as dependencies to verify SQL
31+
- Add iterator for ast node to loop over all property name
32+
- Add ConvertToSQL() in top level Cql2CPP class
33+
- Add unit tests for SQL
34+
- Use argparse to parse command line arguments instead of gflags
35+
- Convert arithmetic, is null, like, between to SQL
36+
- Convert array predicate to SQL
37+
### Fixed
38+
- Fix bug about ST_MakeEnvelope
39+
- Fix bug about using "-" as prefix of number
40+
41+
## [0.2.1] - 2025-05-08
42+
### Fixed
43+
- Fix error in demo.png
44+
2845
## [0.2.0] - 2025-05-08
2946
### Added
3047
- parse arithmetic expression

0 commit comments

Comments
 (0)