v0.5.1
This commit is contained in:
parent
96870ecabb
commit
c630264ef9
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.5.1] - 2019-10-30
|
||||||
|
### Fixed:
|
||||||
|
- Added missing doc comment for "title" schema property
|
||||||
|
|
||||||
## [0.5.0] - 2019-10-30
|
## [0.5.0] - 2019-10-30
|
||||||
### Added:
|
### Added:
|
||||||
- Implemented `JsonSchema` for more standard library types (https://github.com/GREsau/schemars/issues/3)
|
- Implemented `JsonSchema` for more standard library types (https://github.com/GREsau/schemars/issues/3)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "schemars"
|
name = "schemars"
|
||||||
description = "Generate JSON Schemas from Rust code"
|
description = "Generate JSON Schemas from Rust code"
|
||||||
repository = "https://github.com/GREsau/schemars"
|
repository = "https://github.com/GREsau/schemars"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
|
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue