This commit is contained in:
Graham Esau 2019-10-30 22:25:03 +00:00
parent 96870ecabb
commit c630264ef9
2 changed files with 5 additions and 1 deletions

View file

@ -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)

View file

@ -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 <gesau@hotmail.co.uk>"]
edition = "2018"
license = "MIT"