From f44a5ab25284cfd33777c8b0b58824ebdaa28983 Mon Sep 17 00:00:00 2001 From: Jayson Reis Date: Wed, 27 Jun 2018 20:46:47 +0200 Subject: [PATCH] chore: Bump version --- CHANGELOG.md | 13 ++++++++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 629cbd0..ba99368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 0.2.0 New license, use ruslite, break code into lib and bin (2018-06-27) + + +#### Features + +* **license:** Add MIT license ([b2893905](https://github.com/jaysonsantos/csv-query-rs/commit/b2893905e1a0f13f53d02c7802173ecdeaabb377)) + + + ## 0.1.0 First version (2018-06-25) @@ -7,6 +17,3 @@ * **executor:** * Add clap support and multiple csv files ([c3a6f015](https://github.com/jaysonsantos/csv-query-rs/commit/c3a6f015f2b071a6ec36586c27dff01eb06c7a82)) * Add buffered input/output ([3ed2d6b0](https://github.com/jaysonsantos/csv-query-rs/commit/3ed2d6b0ad641289cf8c4f591fcf0c43bd996bee)) - - - diff --git a/Cargo.lock b/Cargo.lock index 50135fd..23d39aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,7 +85,7 @@ dependencies = [ [[package]] name = "csv-query-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 473fe89..c0373dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jayson Reis "] name = "csv-query-rs" -version = "0.1.0" +version = "0.2.0" license = "MIT" readme = "README.md"