Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 17, 2024
1 parent fd2ff74 commit 865c225
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.13.5

#### 🚀 Updates

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

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

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.13.3"
version = "0.13.4"
edition = "2021"
license = "MIT"
description = "Macros for the schematic crate."
Expand Down
6 changes: 3 additions & 3 deletions crates/schematic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "schematic"
version = "0.13.4"
version = "0.13.5"
edition = "2021"
license = "MIT"
description = "A layered serde configuration and schema library."
Expand All @@ -17,8 +17,8 @@ pre-release-replacements = [
all-features = true

[dependencies]
schematic_macros = { version = "0.13.3", path = "../macros" }
schematic_types = { version = "0.5.3", path = "../types" }
schematic_macros = { version = "0.13.4", path = "../macros" }
schematic_types = { version = "0.5.4", path = "../types" }
miette = { workspace = true }
thiserror = "1.0.56"
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion crates/test-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test_app"
version = "0.12.3"
version = "0.12.4"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion crates/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "schematic_types"
version = "0.5.3"
version = "0.5.4"
edition = "2021"
license = "MIT"
description = "Shapes and types for defining schemas for Rust types."
Expand Down

0 comments on commit 865c225

Please sign in to comment.