From 71e5552e509c1a2aaaebb2b3efd1e0ece3061c99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 22:43:20 +0000 Subject: [PATCH] chore: release v0.27.0 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1938e1c9c..33262be40 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.0](https://github.com/LAPKB/PMcore/compare/v0.26.3...v0.27.0) - 2026-08-12 + +### Other + +- Update pharmsol dependency version to 0.28.7 ([#310](https://github.com/LAPKB/PMcore/pull/310)) + ## [0.26.3](https://github.com/LAPKB/PMcore/compare/v0.26.2...v0.26.3) - 2026-08-07 ### Other diff --git a/Cargo.toml b/Cargo.toml index 105ef770a..e231268fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcore" -version = "0.26.3" +version = "0.27.0" edition = "2021" authors = [ "Julián D. Otálvaro ",