Skip to content

Commit c217a65

Browse files
committed
Bump to v0.1.1
1 parent 8d6242d commit c217a65

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Upcoming]
44

5+
## [0.1.1] 2019-09-26
6+
7+
### Changed
8+
9+
- Add `updated_on` field to `Meta` struct [[#4](https://github.com/kuy/jsonbox-rs/issues/4)]
10+
511
## [0.1.0] 2019-09-25
612

713
A version of nearly feature-complete.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jsonbox"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Yuki Kodama <endflow.net@gmail.com>"]
55
description = "Rust wrapper for jsonbox.io"
66
homepage = "https://github.com/kuy/jsonbox-rs"

0 commit comments

Comments
 (0)