Skip to content

Commit 4b37f96

Browse files
committed
v0.7.6
1 parent be6cd10 commit 4b37f96

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## In-dev - version TBC
3+
## [0.7.6] - 2020-05-17
44
### Added:
55
- `#[schemars(example = "...")]` attribute for setting examples on generated schemas (https://github.com/GREsau/schemars/issues/23)
66

schemars/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "schemars"
33
description = "Generate JSON Schemas from Rust code"
44
homepage = "https://graham.cool/schemars/"
55
repository = "https://github.com/GREsau/schemars"
6-
version = "0.7.5"
6+
version = "0.7.6"
77
authors = ["Graham Esau <[email protected]>"]
88
edition = "2018"
99
license = "MIT"
@@ -13,7 +13,7 @@ categories = ["encoding"]
1313
build = "build.rs"
1414

1515
[dependencies]
16-
schemars_derive = { version = "=0.7.5", optional = true, path = "../schemars_derive" }
16+
schemars_derive = { version = "=0.7.6", optional = true, path = "../schemars_derive" }
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"
1919

schemars_derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "schemars_derive"
33
description = "Macros for #[derive(JsonSchema)], for use with schemars"
44
homepage = "https://graham.cool/schemars/"
55
repository = "https://github.com/GREsau/schemars"
6-
version = "0.7.5"
6+
version = "0.7.6"
77
authors = ["Graham Esau <[email protected]>"]
88
edition = "2018"
99
license = "MIT"

0 commit comments

Comments
 (0)