Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonsantos committed Jun 27, 2018
1 parent 14a46b6 commit f44a5ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.2.0"></a>
## 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))



<a name="0.1.0"></a>
## 0.1.0 First version (2018-06-25)

Expand All @@ -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))



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]
authors = ["Jayson Reis <[email protected]>"]
name = "csv-query-rs"
version = "0.1.0"
version = "0.2.0"
license = "MIT"
readme = "README.md"

Expand Down

0 comments on commit f44a5ab

Please sign in to comment.