Skip to content

Commit 0e4b1df

Browse files
committed
chore: Release
1 parent 432d023 commit 0e4b1df

6 files changed

Lines changed: 11 additions & 11 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.3
44

55
#### 🚀 Updates
66

Cargo.lock

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

crates/macros/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_macros"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
edition = "2024"
55
license = "MIT"
66
description = "Macros for the schematic crate."

crates/schematic/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "schematic"
3-
version = "0.19.2"
3+
version = "0.19.3"
44
edition = "2024"
55
license = "MIT"
66
description = "A layered serde configuration and schema library."
@@ -18,8 +18,8 @@ pre-release-replacements = [
1818
all-features = true
1919

2020
[dependencies]
21-
schematic_macros = { version = "0.19.1", path = "../macros" }
22-
schematic_types = { version = "0.11.1", path = "../types" }
21+
schematic_macros = { version = "0.19.2", path = "../macros" }
22+
schematic_types = { version = "0.11.2", path = "../types" }
2323
miette = { workspace = true }
2424
serde-content = "0.1.2"
2525
thiserror = "2.0.17"

crates/test-app/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_app"
3-
version = "0.18.1"
3+
version = "0.18.2"
44
edition = "2024"
55
publish = false
66

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.1"
3+
version = "0.11.2"
44
edition = "2024"
55
license = "MIT"
66
description = "Shapes and types for defining schemas for Rust types."

0 commit comments

Comments
 (0)