Skip to content

Commit

Permalink
Update version code for hot fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Jul 19, 2023
1 parent e9ca6c2 commit 65408e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

Version 0.4.1 *(2023-07-19)*
-----------------------------

* Prevent crash and report more error messages.
* Make sure select statement is used before any other statement.
* Make sure having is used after group by expression.

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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.0"
version = "0.4.1"
edition = "2021"
description = "A SQL like query language to perform queries on .git files"
license = "MIT"
Expand Down

0 comments on commit 65408e9

Please sign in to comment.