From d5f0bc538a750199fb685893fa019cb0f07c060f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 18:42:55 +0000 Subject: [PATCH] chore: release v0.27.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 6 +++--- pharmsol-dsl/CHANGELOG.md | 6 ++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7604af..212dfecd 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.1](https://github.com/LAPKB/pharmsol/compare/pharmsol-v0.27.0...pharmsol-v0.27.1) - 2026-05-14 + +### Added + +- Metadata contract ([#262](https://github.com/LAPKB/pharmsol/pull/262)) + ## [0.27.0](https://github.com/LAPKB/pharmsol/compare/pharmsol-v0.26.1...pharmsol-v0.27.0) - 2026-05-14 ### Added diff --git a/Cargo.toml b/Cargo.toml index bc4d9e67..50d74d2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,15 +3,15 @@ members = [".", "pharmsol-dsl", "pharmsol-macros"] resolver = "2" [workspace.package] -version = "0.27.0" +version = "0.27.1" 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.0" } -pharmsol-macros = { path = "pharmsol-macros", version = "0.27.0" } +pharmsol-dsl = { path = "pharmsol-dsl", version = "0.27.1" } +pharmsol-macros = { path = "pharmsol-macros", version = "0.27.1" } 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 c34ad180..6de74ef8 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.1](https://github.com/LAPKB/pharmsol/compare/pharmsol-dsl-v0.27.0...pharmsol-dsl-v0.27.1) - 2026-05-14 + +### Added + +- Metadata contract ([#262](https://github.com/LAPKB/pharmsol/pull/262)) + ## [0.27.0](https://github.com/LAPKB/pharmsol/releases/tag/pharmsol-dsl-v0.27.0) - 2026-05-14 ### Added