diff --git a/CHANGELOG.md b/CHANGELOG.md index 212dfecd..2a5f6023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.27.2](https://github.com/LAPKB/pharmsol/compare/pharmsol-v0.27.1...pharmsol-v0.27.2) - 2026-06-22 + +### Other + +- Bump actions/checkout from 6 to 7 ([#279](https://github.com/LAPKB/pharmsol/pull/279)) + ## [0.27.1](https://github.com/LAPKB/pharmsol/compare/pharmsol-v0.27.0...pharmsol-v0.27.1) - 2026-05-14 ### Added diff --git a/Cargo.toml b/Cargo.toml index 50d74d2f..8737fc8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,15 +3,15 @@ members = [".", "pharmsol-dsl", "pharmsol-macros"] resolver = "2" [workspace.package] -version = "0.27.1" +version = "0.27.2" 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.27.1" } -pharmsol-macros = { path = "pharmsol-macros", version = "0.27.1" } +pharmsol-dsl = { path = "pharmsol-dsl", version = "0.27.2" } +pharmsol-macros = { path = "pharmsol-macros", version = "0.27.2" } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" diff --git a/pharmsol-dsl/CHANGELOG.md b/pharmsol-dsl/CHANGELOG.md index 6de74ef8..19df549d 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.27.2](https://github.com/LAPKB/pharmsol/compare/pharmsol-dsl-v0.27.1...pharmsol-dsl-v0.27.2) - 2026-06-22 + +### Fixed + +- DSL tests ([#271](https://github.com/LAPKB/pharmsol/pull/271)) + ## [0.27.1](https://github.com/LAPKB/pharmsol/compare/pharmsol-dsl-v0.27.0...pharmsol-dsl-v0.27.1) - 2026-05-14 ### Added diff --git a/pharmsol-macros/CHANGELOG.md b/pharmsol-macros/CHANGELOG.md index a9fc13ad..53652715 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.27.2](https://github.com/LAPKB/pharmsol/compare/pharmsol-macros-v0.27.1...pharmsol-macros-v0.27.2) - 2026-06-22 + +### Fixed + +- DSL tests ([#271](https://github.com/LAPKB/pharmsol/pull/271)) + ## [0.27.0](https://github.com/LAPKB/pharmsol/compare/pharmsol-macros-v0.1.0...pharmsol-macros-v0.27.0) - 2026-05-14 ### Added