From 68225483212610a7c4638e5bcfc3aa928668fb81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 15:54:13 +0000 Subject: [PATCH] chore: release v0.17.1 (#172) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- pywr-v1-validator/CHANGELOG.md | 6 ++++++ 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7f0679..d45ba97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -251,7 +251,7 @@ dependencies = [ [[package]] name = "pywr-v1-schema" -version = "0.17.0" +version = "0.17.1" dependencies = [ "chrono", "pywr-v1-schema-macros", @@ -264,7 +264,7 @@ dependencies = [ [[package]] name = "pywr-v1-schema-macros" -version = "0.17.0" +version = "0.17.1" dependencies = [ "quote", "syn", @@ -272,7 +272,7 @@ dependencies = [ [[package]] name = "pywr-v1-validator" -version = "0.17.0" +version = "0.17.1" dependencies = [ "clap", "pywr-v1-schema", diff --git a/Cargo.toml b/Cargo.toml index 389760e..c80006e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ [workspace.package] authors = ["James Tomlinson "] -version = "0.17.0" +version = "0.17.1" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/pywr/pywr-schema" diff --git a/pywr-v1-validator/CHANGELOG.md b/pywr-v1-validator/CHANGELOG.md index 35397f6..b9941f1 100644 --- a/pywr-v1-validator/CHANGELOG.md +++ b/pywr-v1-validator/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.17.1] - 2025-01-14 + +### ⚙️ Miscellaneous Tasks + +- Update Cargo.lock dependencies + ## [0.17.0] - 2024-12-16 ### ⚙️ Miscellaneous Tasks