Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 9, 2023
1 parent cc331ec commit f0cd95d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.12.0

#### 💥 Breaking

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "schematic"
version = "0.11.8"
version = "0.12.0"
edition = "2021"
license = "MIT"
description = "A light-weight, macro-based, and layered serde configuration and schema library."
Expand All @@ -16,7 +16,7 @@ pre-release-replacements = [
all-features = true

[dependencies]
schematic_macros = { version = "0.11.7", path = "../macros" }
schematic_macros = { version = "0.12.0", path = "../macros" }
schematic_types = { version = "0.4.7", path = "../types" }
garde = { version = "0.15.0", default-features = false, features = ["regex"] }
indexmap = "2.0.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "schematic_macros"
version = "0.11.7"
version = "0.12.0"
edition = "2021"
license = "MIT"
description = "Macros for the schematic crate."
Expand Down

0 comments on commit f0cd95d

Please sign in to comment.