Skip to content

Commit 5548085

Browse files
committed
Update GitQL and GitQL crates versions
1 parent a2924bc commit 5548085

File tree

11 files changed

+139
-128
lines changed

11 files changed

+139
-128
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## Version 0.36.0 _(2025-01-27)_
4+
5+
- Implement Interval type, value and ast node.
6+
- Fix token position after consuming comments.
7+
- Add support for interval `+`, `-`, `*` and `/`operators.
8+
- Add support for interval `=` and `!=` operators.
9+
- Add support for interval `>`, `>=`, `<` and `<=` operators.
10+
- Check that interval value in range -170M to 170M.
11+
- Add support for `+` and `-` operator between `Date` and `Int`.
12+
- Implement `justify_days`, `justify_hours` interval functions.
13+
314
## Version 0.35.0 _(2025-01-04)_
415

516
- Fix implicit casting RHS with greater operator.

0 commit comments

Comments
 (0)