From c30c6211dbe90bb5f6af0387882b7a65177ce0fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 10:42:34 +0000 Subject: [PATCH] chore: release v0.28.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 6 +++--- pharmsol-dsl/CHANGELOG.md | 6 ++++++ pharmsol-macros/CHANGELOG.md | 6 ++++++ 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28fc7203..95398efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.28.3](https://github.com/LAPKB/pharmsol/compare/pharmsol-v0.28.2...pharmsol-v0.28.3) - 2026-07-22 + +### Added + +- Rename DSL types and add additional safeguards ([#302](https://github.com/LAPKB/pharmsol/pull/302)) + +### Other + +- Make CI faster ([#303](https://github.com/LAPKB/pharmsol/pull/303)) + ## [0.28.2](https://github.com/LAPKB/pharmsol/compare/pharmsol-v0.28.1...pharmsol-v0.28.2) - 2026-07-20 ### Other diff --git a/Cargo.toml b/Cargo.toml index 8f78b108..a6a48317 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,15 +3,15 @@ members = [".", "pharmsol-dsl", "pharmsol-macros"] resolver = "2" [workspace.package] -version = "0.28.2" +version = "0.28.3" edition = "2021" license = "GPL-3.0" authors = ["Julián D. Otálvaro ", "Markus Hovd"] repository = "https://github.com/LAPKB/pharmsol" [workspace.dependencies] -pharmsol-dsl = { path = "pharmsol-dsl", version = "0.28.2" } -pharmsol-macros = { path = "pharmsol-macros", version = "0.28.2" } +pharmsol-dsl = { path = "pharmsol-dsl", version = "0.28.3" } +pharmsol-macros = { path = "pharmsol-macros", version = "0.28.3" } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18" diff --git a/pharmsol-dsl/CHANGELOG.md b/pharmsol-dsl/CHANGELOG.md index 6464b743..a031cee1 100644 --- a/pharmsol-dsl/CHANGELOG.md +++ b/pharmsol-dsl/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.28.3](https://github.com/LAPKB/pharmsol/compare/pharmsol-dsl-v0.28.2...pharmsol-dsl-v0.28.3) - 2026-07-22 + +### Added + +- Rename DSL types and add additional safeguards ([#302](https://github.com/LAPKB/pharmsol/pull/302)) + ## [0.28.0](https://github.com/LAPKB/pharmsol/compare/pharmsol-dsl-v0.27.1...pharmsol-dsl-v0.27.2) - 2026-07-07 ### Fixed diff --git a/pharmsol-macros/CHANGELOG.md b/pharmsol-macros/CHANGELOG.md index 73d683f2..c1fe27f0 100644 --- a/pharmsol-macros/CHANGELOG.md +++ b/pharmsol-macros/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.28.3](https://github.com/LAPKB/pharmsol/compare/pharmsol-macros-v0.28.2...pharmsol-macros-v0.28.3) - 2026-07-22 + +### Added + +- Rename DSL types and add additional safeguards ([#302](https://github.com/LAPKB/pharmsol/pull/302)) + ## [0.28.2](https://github.com/LAPKB/pharmsol/compare/pharmsol-macros-v0.28.1...pharmsol-macros-v0.28.2) - 2026-07-20 ### Other