Skip to content

Commit e04e3a3

Browse files
committed
v0.8.16
1 parent ae9544a commit e04e3a3

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.8.16] - 2023-11-11
4+
5+
### Fixed:
6+
7+
- Reduce size of MIR output (and improve release-mode compile time) when deriving `JsonSchema`
8+
39
## [0.8.15] - 2023-09-17
410

511
### Added:

schemars/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.8.15"
6+
version = "0.8.16"
77
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
88
edition = "2021"
99
license = "MIT"
@@ -14,7 +14,7 @@ build = "build.rs"
1414
rust-version = "1.60"
1515

1616
[dependencies]
17-
schemars_derive = { version = "=0.8.15", optional = true, path = "../schemars_derive" }
17+
schemars_derive = { version = "=0.8.16", optional = true, path = "../schemars_derive" }
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0.25"
2020
dyn-clone = "1.0"

schemars_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.8.15"
6+
version = "0.8.16"
77
authors = ["Graham Esau <gesau@hotmail.co.uk>"]
88
edition = "2021"
99
license = "MIT"

0 commit comments

Comments
 (0)