From c630264ef9a403453cd18685f959493bdce222a7 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Wed, 30 Oct 2019 22:25:03 +0000 Subject: [PATCH] v0.5.1 --- CHANGELOG.md | 4 ++++ schemars/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66120fe..c23d7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.5.1] - 2019-10-30 +### Fixed: +- Added missing doc comment for "title" schema property + ## [0.5.0] - 2019-10-30 ### Added: - Implemented `JsonSchema` for more standard library types (https://github.com/GREsau/schemars/issues/3) diff --git a/schemars/Cargo.toml b/schemars/Cargo.toml index 95db18b..5c75377 100644 --- a/schemars/Cargo.toml +++ b/schemars/Cargo.toml @@ -2,7 +2,7 @@ name = "schemars" description = "Generate JSON Schemas from Rust code" repository = "https://github.com/GREsau/schemars" -version = "0.5.0" +version = "0.5.1" authors = ["Graham Esau "] edition = "2018" license = "MIT"