diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed4830..3083c4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## 0.4.0 Interactive command (2018-09-02) + + +#### Features + +* **cli:** Add interactive command with readline ([429dd344](https://github.com/jaysonsantos/csv-query-rs/commit/429dd344bd648c5c1909d649f135957f30e1d692)) + + ### 0.3.1 (2018-07-03) diff --git a/Cargo.lock b/Cargo.lock index ae8d610..83b1377 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,7 +85,7 @@ dependencies = [ [[package]] name = "csv-query" -version = "0.3.1" +version = "0.4.0" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 89f8ebb..e9d824a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Jayson Reis "] name = "csv-query" description = "Make SQL queries on CSV files" -version = "0.3.1" +version = "0.4.0" license = "MIT" readme = "README.md"