Skip to content

Commit 1b8d9e0

Browse files
committed
chore: Release
1 parent f645601 commit 1b8d9e0

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.18.8
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.18.6"
3+
version = "0.18.7"
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.18.7"
3+
version = "0.18.8"
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.18.6", path = "../macros" }
21+
schematic_macros = { version = "0.18.7", path = "../macros" }
2222
schematic_types = { version = "0.10.3", path = "../types" }
2323
miette = { workspace = true }
2424
thiserror = "2.0.12"

0 commit comments

Comments
 (0)