From 0084f1a6551a9a6f45d25d06d07d0c74a9624d1f Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sun, 17 Sep 2023 20:56:13 +0100 Subject: [PATCH] v0.8.14 --- CHANGELOG.md | 2 +- schemars/Cargo.toml | 4 ++-- schemars_derive/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e6f52e..4e0e57a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.8.14] - in-dev +## [0.8.14] - 2023-09-17 ### Added: diff --git a/schemars/Cargo.toml b/schemars/Cargo.toml index 3aedb49..88cbfd4 100644 --- a/schemars/Cargo.toml +++ b/schemars/Cargo.toml @@ -3,7 +3,7 @@ name = "schemars" description = "Generate JSON Schemas from Rust code" homepage = "https://graham.cool/schemars/" repository = "https://github.com/GREsau/schemars" -version = "0.8.13" +version = "0.8.14" authors = ["Graham Esau "] edition = "2021" license = "MIT" @@ -14,7 +14,7 @@ build = "build.rs" rust-version = "1.60" [dependencies] -schemars_derive = { version = "=0.8.13", optional = true, path = "../schemars_derive" } +schemars_derive = { version = "=0.8.14", optional = true, path = "../schemars_derive" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.25" dyn-clone = "1.0" diff --git a/schemars_derive/Cargo.toml b/schemars_derive/Cargo.toml index 8fa69ae..2c92b40 100644 --- a/schemars_derive/Cargo.toml +++ b/schemars_derive/Cargo.toml @@ -3,7 +3,7 @@ name = "schemars_derive" description = "Macros for #[derive(JsonSchema)], for use with schemars" homepage = "https://graham.cool/schemars/" repository = "https://github.com/GREsau/schemars" -version = "0.8.13" +version = "0.8.14" authors = ["Graham Esau "] edition = "2021" license = "MIT"