Skip to content

Commit 9edd8dd

Browse files
committed
chore: Release
1 parent 28f6686 commit 9edd8dd

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.19.6
44

55
#### 🚀 Updates
66

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/schematic/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "schematic"
3-
version = "0.19.5"
3+
version = "0.19.6"
44
edition = "2024"
55
license = "MIT"
66
description = "A layered serde configuration and schema library."
@@ -19,7 +19,7 @@ all-features = true
1919

2020
[dependencies]
2121
schematic_macros = { version = "0.19.4", path = "../macros" }
22-
schematic_types = { version = "0.11.3", path = "../types" }
22+
schematic_types = { version = "0.11.4", path = "../types" }
2323
miette = { workspace = true }
2424
serde-content = "0.1.2"
2525
thiserror = "2.0.17"

crates/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "schematic_types"
3-
version = "0.11.3"
3+
version = "0.11.4"
44
edition = "2024"
55
license = "MIT"
66
description = "Shapes and types for defining schemas for Rust types."

0 commit comments

Comments
 (0)