From 72c09d60c8294870fa929b1b43e16da60aa0ba84 Mon Sep 17 00:00:00 2001 From: Yuki Kodama Date: Sat, 28 Sep 2019 11:42:20 +0900 Subject: [PATCH] Bump to v0.1.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c42f8a7..6239eeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,16 @@ ## [Upcoming] +## [0.1.2] 2019-09-28 + ### Added - Add `QueryBuilder::and()` for better chaining [[#6](https://github.com/kuy/jsonbox-rs/issues/6)] +### Refactoring + +- Remove `to_string` and `String` [[#10](https://github.com/kuy/jsonbox-rs/pull/10)] by [@rchaser53](https://github.com/rchaser53) + ## [0.1.1] 2019-09-26 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 647654c..28044cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonbox" -version = "0.1.1" +version = "0.1.2" authors = ["Yuki Kodama "] description = "Rust wrapper for jsonbox.io" homepage = "https://github.com/kuy/jsonbox-rs"