File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## Version 0.43.0 _ (2026-03-09)_
4+
5+ - Support ` = ` operator between Raw expressions.
6+ - Support ` != ` operator between Raw expressions.
7+ - Migrate to Gix 0.80.0.
8+ - Fix out of index panic when groups length is zero.
9+ - Handling optional commit author and committer.
10+ - Add interval to supported types.
11+
312## Version 0.42.0 _ (2025-11-16)_
413
514- Support postgresql syntax of intervals.
Original file line number Diff line number Diff line change 11[package ]
22name = " gitql"
33authors = [" AmrDeveloper" ]
4- version = " 0.42 .0"
4+ version = " 0.43 .0"
55edition = " 2024"
66description = " A SQL like query language to perform queries on .git files"
77license = " MIT"
@@ -38,12 +38,12 @@ phf = { version = "0.13.1" }
3838linked-hash-map = { version = " 0.5.6" }
3939uuid = { version = " 1.18.1" , features = [" v4" ] }
4040
41- gitql-core = { path = " ./crates/gitql-core" , version = " 0.19 .0" }
42- gitql-std = { path = " ./crates/gitql-std" , version = " 0.19 .0" }
43- gitql-ast = { path = " ./crates/gitql-ast" , version = " 0.38 .0" }
44- gitql-parser = { path = " ./crates/gitql-parser" , version = " 0.41 .0" }
45- gitql-engine = { path = " ./crates/gitql-engine" , version = " 0.42 .0" }
46- gitql-cli = { path = " ./crates/gitql-cli" , version = " 0.42 .0" }
41+ gitql-core = { path = " ./crates/gitql-core" , version = " 0.20 .0" }
42+ gitql-std = { path = " ./crates/gitql-std" , version = " 0.20 .0" }
43+ gitql-ast = { path = " ./crates/gitql-ast" , version = " 0.39 .0" }
44+ gitql-parser = { path = " ./crates/gitql-parser" , version = " 0.42 .0" }
45+ gitql-engine = { path = " ./crates/gitql-engine" , version = " 0.43 .0" }
46+ gitql-cli = { path = " ./crates/gitql-cli" , version = " 0.43 .0" }
4747
4848[profile .release ]
4949lto = true
Original file line number Diff line number Diff line change 11[package ]
22name = " gitql-ast"
33authors = [" AmrDeveloper" ]
4- version = " 0.38 .0"
4+ version = " 0.39 .0"
55edition = " 2021"
66description = " GitQL Abstract syntax tree (AST)"
77repository = " https://github.com/amrdeveloper/gql/tree/main/crates/gitql-ast"
Original file line number Diff line number Diff line change 11[package ]
22name = " gitql-cli"
33authors = [" AmrDeveloper" ]
4- version = " 0.42 .0"
4+ version = " 0.43 .0"
55edition = " 2021"
66description = " GitQL Command line interface (CLI) components"
77repository = " https://github.com/amrdeveloper/gql/tree/main/crates/gitql-cli"
Original file line number Diff line number Diff line change 11[package ]
22name = " gitql-core"
33authors = [" AmrDeveloper" ]
4- version = " 0.19 .0"
4+ version = " 0.20 .0"
55edition = " 2021"
66description = " GitQL Core components"
77repository = " https://github.com/amrdeveloper/gql/tree/main/crates/gitql-cli"
Original file line number Diff line number Diff line change 11[package ]
22name = " gitql-engine"
33authors = [" AmrDeveloper" ]
4- version = " 0.42 .0"
4+ version = " 0.43 .0"
55edition = " 2021"
66description = " GitQL Engine"
77repository = " https://github.com/amrdeveloper/gql/tree/main/crates/gitql-engine"
Original file line number Diff line number Diff line change 11[package ]
22name = " gitql-parser"
33authors = [" AmrDeveloper" ]
4- version = " 0.41 .0"
4+ version = " 0.42 .0"
55edition = " 2021"
66description = " GitQL parser"
77repository = " https://github.com/amrdeveloper/gql/tree/main/crates/gitql-parser"
Original file line number Diff line number Diff line change 11[package ]
22name = " gitql-std"
33authors = [" AmrDeveloper" ]
4- version = " 0.19 .0"
4+ version = " 0.20 .0"
55edition = " 2021"
66description = " GitQL Standard and Aggregation functions"
77repository = " https://github.com/amrdeveloper/gql/tree/main/crates/gitql-cli"
You can’t perform that action at this time.
0 commit comments