Skip to content

Commit

Permalink
Bump to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kuy committed Sep 25, 2019
1 parent b13e277 commit 1820c6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## [Upcoming]

## [0.1.0] 2019-09-25

A version of nearly feature-complete.

### Added

- Support filter option (`q` param) for READ operation
- Support filter option (`q` param) for `READ` operation

## [0.0.3] 2019-09-24

Expand All @@ -16,7 +20,7 @@

### Added

- Support `sort`, `skip`, `limit` parameters in READ operation
- Support `sort`, `skip`, `limit` parameters in `READ` operation

### 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.0.3"
version = "0.1.0"
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 1820c6f

Please sign in to comment.