Skip to content

Commit c9c9ff6

Browse files
committed
chore: Release
1 parent 8cf1eff commit c9c9ff6

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

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.4"
3+
version = "0.19.5"
44
edition = "2024"
55
license = "MIT"
66
description = "A layered serde configuration and schema library."
@@ -18,7 +18,7 @@ pre-release-replacements = [
1818
all-features = true
1919

2020
[dependencies]
21-
schematic_macros = { version = "0.19.3", path = "../macros" }
21+
schematic_macros = { version = "0.19.4", path = "../macros" }
2222
schematic_types = { version = "0.11.3", path = "../types" }
2323
miette = { workspace = true }
2424
serde-content = "0.1.2"

0 commit comments

Comments
 (0)