From 1560d8d1cdeb465c1fa9a8eb0b3d8d7f045d6e34 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Sun, 4 Feb 2024 12:00:11 -0800 Subject: [PATCH] chore: Release --- CHANGELOG.md | 2 +- Cargo.lock | 4 ++-- crates/macros/Cargo.toml | 2 +- crates/schematic/Cargo.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f5abcfc..4767da02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.13.7 #### 🚀 Updates diff --git a/Cargo.lock b/Cargo.lock index f1c66b13..7090c674 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2410,7 +2410,7 @@ dependencies = [ [[package]] name = "schematic" -version = "0.13.6" +version = "0.13.7" dependencies = [ "chrono", "garde", @@ -2442,7 +2442,7 @@ dependencies = [ [[package]] name = "schematic_macros" -version = "0.13.5" +version = "0.13.6" dependencies = [ "convert_case", "darling", diff --git a/crates/macros/Cargo.toml b/crates/macros/Cargo.toml index 7ca4427a..551ca615 100644 --- a/crates/macros/Cargo.toml +++ b/crates/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schematic_macros" -version = "0.13.5" +version = "0.13.6" edition = "2021" license = "MIT" description = "Macros for the schematic crate." diff --git a/crates/schematic/Cargo.toml b/crates/schematic/Cargo.toml index 408ec55b..ad5d7b3e 100644 --- a/crates/schematic/Cargo.toml +++ b/crates/schematic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schematic" -version = "0.13.6" +version = "0.13.7" edition = "2021" license = "MIT" description = "A layered serde configuration and schema library." @@ -17,7 +17,7 @@ pre-release-replacements = [ all-features = true [dependencies] -schematic_macros = { version = "0.13.5", path = "../macros" } +schematic_macros = { version = "0.13.6", path = "../macros" } schematic_types = { version = "0.5.5", path = "../types" } miette = { workspace = true } thiserror = "1.0.56"