Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Aug 12, 2024
1 parent b3a538f commit f707014
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.17.1

#### 🐞 Fixes

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/schematic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "schematic"
version = "0.17.0"
version = "0.17.1"
edition = "2021"
license = "MIT"
description = "A layered serde configuration and schema library."
Expand All @@ -19,7 +19,7 @@ all-features = true

[dependencies]
schematic_macros = { version = "0.17.0", path = "../macros" }
schematic_types = { version = "0.9.0", path = "../types" }
schematic_types = { version = "0.9.1", path = "../types" }
miette = { workspace = true }
thiserror = "1.0.63"
tracing = { workspace = true }
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.9.0"
version = "0.9.1"
edition = "2021"
license = "MIT"
description = "Shapes and types for defining schemas for Rust types."
Expand Down

0 comments on commit f707014

Please sign in to comment.