Skip to content

Commit

Permalink
chore: release v0.15.4 (#139)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 7, 2024
1 parent 37dea2a commit 240c6a9
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [

[workspace.package]
authors = ["James Tomlinson <tomo.bbe@gmail.com>"]
version = "0.15.3"
version = "0.16.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/pywr/pywr-schema"
6 changes: 6 additions & 0 deletions pywr-v1-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.16.0] - 2024-11-05

### 🚀 Features

- Add OptionalParameterValues type ([#140](https://github.com/pywr/pywr-schema/pull/140))

## [0.15.3] - 2024-10-29

### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion pywr-v1-schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/lib.rs"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0.65"
pywr-v1-schema-macros = { path = "../pywr-v1-schema-macros", version = "0.15" }
pywr-v1-schema-macros = { path = "../pywr-v1-schema-macros", version = "0.16" }
strum = "0.26"
strum_macros = "0.26"
chrono = { version = "0.4.34", features = ["serde"] }
6 changes: 6 additions & 0 deletions pywr-v1-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.16.0] - 2024-11-05

### ⚙️ Miscellaneous Tasks

- Update Cargo.lock dependencies

## [0.15.2] - 2024-10-29

### ⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion pywr-v1-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
pywr-v1-schema = { path = "../pywr-v1-schema", version = "0.15" }
pywr-v1-schema = { path = "../pywr-v1-schema", version = "0.16" }
clap = { version = "4", features = ["derive"] }
serde_json = "1.0"

0 comments on commit 240c6a9

Please sign in to comment.