Skip to content

Commit

Permalink
Bump to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kuy committed Sep 28, 2019
1 parent f731bae commit 72c09d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "jsonbox"
version = "0.1.1"
version = "0.1.2"
authors = ["Yuki Kodama <endflow.net@gmail.com>"]
description = "Rust wrapper for jsonbox.io"
homepage = "https://github.com/kuy/jsonbox-rs"
Expand Down

0 comments on commit 72c09d6

Please sign in to comment.