From 51a0966ec184ed5ea1e3e7c919638bf712be5c1c Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Fri, 27 Dec 2019 22:43:14 +0000 Subject: [PATCH] v0.6.4 --- CHANGELOG.md | 2 +- schemars/Cargo.toml | 4 ++-- schemars_derive/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba69892..dbf31083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## next +## 0.6.4 - 2019-12-27 ### Added: - Implemented `JsonSchema` on types from `indexmap`, `either` and `uuid` (as optional dependencies) ### Changed diff --git a/schemars/Cargo.toml b/schemars/Cargo.toml index 91b43125..7417e8ce 100644 --- a/schemars/Cargo.toml +++ b/schemars/Cargo.toml @@ -3,7 +3,7 @@ name = "schemars" description = "Generate JSON Schemas from Rust code" homepage = "https://graham.cool/schemars/" repository = "https://github.com/GREsau/schemars" -version = "0.6.3" +version = "0.6.4" authors = ["Graham Esau "] edition = "2018" license = "MIT" @@ -13,7 +13,7 @@ categories = ["encoding"] build = "build.rs" [dependencies] -schemars_derive = { version = "=0.6.3", path = "../schemars_derive" } +schemars_derive = { version = "=0.6.4", path = "../schemars_derive" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" diff --git a/schemars_derive/Cargo.toml b/schemars_derive/Cargo.toml index 12f21363..8ea05d05 100644 --- a/schemars_derive/Cargo.toml +++ b/schemars_derive/Cargo.toml @@ -3,7 +3,7 @@ name = "schemars_derive" description = "Macros for #[derive(JsonSchema)], for use with schemars" homepage = "https://graham.cool/schemars/" repository = "https://github.com/GREsau/schemars" -version = "0.6.3" +version = "0.6.4" authors = ["Graham Esau "] edition = "2018" license = "MIT"