From 45529c4676efdda039cdb1c145798fdf0f91c4f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:44:57 +0000 Subject: [PATCH] chore: release v0.28.2 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 6 +++--- pharmsol-macros/CHANGELOG.md | 6 ++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02959207..28fc7203 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.2](https://github.com/LAPKB/pharmsol/compare/pharmsol-v0.28.1...pharmsol-v0.28.2) - 2026-07-20 + +### Other + +- Optimize event processing ([#294](https://github.com/LAPKB/pharmsol/pull/294)) +- Update syn requirement from 2.0.117 to 3.0.2 ([#296](https://github.com/LAPKB/pharmsol/pull/296)) +- Bump actions/setup-node from 6 to 7 ([#295](https://github.com/LAPKB/pharmsol/pull/295)) +- Add more informative error messages ([#290](https://github.com/LAPKB/pharmsol/pull/290)) +- Use diffsol 0.15.1 ([#283](https://github.com/LAPKB/pharmsol/pull/283)) + ## [0.28.1](https://github.com/LAPKB/pharmsol/compare/pharmsol-v0.28.0...pharmsol-v0.28.1) - 2026-07-13 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index fc1bc928..8e90f78a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,15 +3,15 @@ members = [".", "pharmsol-dsl", "pharmsol-macros"] resolver = "2" [workspace.package] -version = "0.28.1" +version = "0.28.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.28.1" } -pharmsol-macros = { path = "pharmsol-macros", version = "0.28.1" } +pharmsol-dsl = { path = "pharmsol-dsl", version = "0.28.2" } +pharmsol-macros = { path = "pharmsol-macros", version = "0.28.2" } serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" diff --git a/pharmsol-macros/CHANGELOG.md b/pharmsol-macros/CHANGELOG.md index 4258c439..73d683f2 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.2](https://github.com/LAPKB/pharmsol/compare/pharmsol-macros-v0.28.1...pharmsol-macros-v0.28.2) - 2026-07-20 + +### Other + +- Update syn requirement from 2.0.117 to 3.0.2 ([#296](https://github.com/LAPKB/pharmsol/pull/296)) + ## [0.28.0](https://github.com/LAPKB/pharmsol/compare/pharmsol-macros-v0.27.1...pharmsol-macros-v0.27.2) - 2026-07-07 ### Fixed