Skip to content

Commit

Permalink
Update version and changelog file for version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Jul 14, 2023
1 parent 84ceca8 commit 97b176b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Change Log
==========

Version 0.4.0 *(2023-07-14)*
-----------------------------

* Support hex decimal number format.
* Support binary decimal number format.
* Support octal decimal number format.
* Support Aggregations function without selecting the field.
* Support Merging group if it only select aggregations.
* Implement Aggregation functions `avg`.
* Improve render performance.
* Allow calling aggregation function with upper or lowre cases.

Version 0.3.0 *(2023-07-07)*
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gitql"
authors = ["AmrDeveloper"]
version = "0.3.0"
version = "0.4.0"
edition = "2021"
description = "A SQL like query language to perform queries on .git files"
license = "MIT"
Expand Down

0 comments on commit 97b176b

Please sign in to comment.