From d54639d12624ee40bfdc8112f2421f12357fed62 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Thu, 4 Jan 2024 15:11:12 -0800 Subject: [PATCH] chore: Release --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- crates/schematic/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c896d10..4a7c646c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.13.2 #### 🐞 Fixes diff --git a/Cargo.lock b/Cargo.lock index 4b483f5d..c281e12d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2585,7 +2585,7 @@ dependencies = [ [[package]] name = "schematic" -version = "0.13.1" +version = "0.13.2" dependencies = [ "chrono", "garde", diff --git a/crates/schematic/Cargo.toml b/crates/schematic/Cargo.toml index fbf9e35d..ad165a4f 100644 --- a/crates/schematic/Cargo.toml +++ b/crates/schematic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schematic" -version = "0.13.1" +version = "0.13.2" edition = "2021" license = "MIT" description = "A layered serde configuration and schema library."