We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6242d commit c217a65Copy full SHA for c217a65
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## [Upcoming]
4
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
11
## [0.1.0] 2019-09-25
12
13
A version of nearly feature-complete.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "jsonbox"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Yuki Kodama <endflow.net@gmail.com>"]
description = "Rust wrapper for jsonbox.io"
homepage = "https://github.com/kuy/jsonbox-rs"
0 commit comments