Skip to content

Commit

Permalink
Update Changelog file for version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Nov 25, 2023
1 parent 0af77c8 commit 19d95df
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Change Log
==========

Version 0.9.0 *(2023-11-25)*
-----------------------------

* Preallocate the attributes hash with row length.
* Fix Clippy comments and setup CI for Lint and Format.
* Implement `typeof` function.
* Implement `ROUND` function
* Make Identifiers case-insensitive.
* Support `<=>` operator.
* Implement `SIN` function.
* Implement `COS` function.
* Support Implicit casting Text to Time.
* Support Implicit casting Text to Date.
* Support Implicit casting DateTime to Text.

Version 0.8.0 *(2023-11-10)*
-----------------------------

Expand All @@ -12,10 +27,6 @@ Version 0.8.0 *(2023-11-10)*
* Support `<>` Operator.
* Implement `PI` function.
* Implement `FLOOR` function.
* Update gitql-ast to version `0.6.0`.
* Update gitql-cli to version `0.8.0`.
* Update gitql-parser to version `0.7.0`.
* Update gitql-engine to version `0.8.0`.

Version 0.7.2 *(2023-10-26)*
-----------------------------
Expand All @@ -24,22 +35,13 @@ Version 0.7.2 *(2023-10-26)*
* Implement `ISNULL` function.
* Implement `ISNUMERIC` function.
* Handle crash for undefined symbol as argument at runtime.
* Update gitql-ast to version `0.5.0`.
* Update gitql-cli to version `0.7.0`.
* Update gitql-parser to version `0.6.0`.
* Update gitql-engine to version `0.7.0`.
* Update git2 to version `0.18.1`.

Version 0.7.1 *(2023-09-26)*
-----------------------------

* Implement `NOW` function.
* Fix handling grouping with aggregations.
* Print Date and DateTime with formats.
* Update gitql-ast to version `0.4.0`.
* Update gitql-cli to version `0.5.0`.
* Update gitql-parser to version `0.4.0`.
* Update gitql-engine to version `0.5.0`.

Version 0.7.0 *(2023-09-22)*
-----------------------------
Expand All @@ -50,10 +52,6 @@ Version 0.7.0 *(2023-09-22)*
* Ignore input if its empty or new line.
* Update Git2 version from `0.17.1` to `0.18.0`.
* Implement 20 Text Functions #13 by @Lilit0x and @tbro.
* Update gitql-ast to version `0.3.0`.
* Update gitql-cli to version `0.5.0`.
* Update gitql-parser to version `0.4.0`.
* Update gitql-engine to version `0.5.0`.

Version 0.6.0 *(2023-09-06)*
-----------------------------
Expand Down

0 comments on commit 19d95df

Please sign in to comment.