From 9b5a5c87abcd18b76219cf99f8cf65591b2efb4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 11:14:09 +0000 Subject: [PATCH] chore: release v0.25.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6baf3f9a..1289d02f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.25.0](https://github.com/LAPKB/PMcore/compare/v0.24.0...v0.25.0) - 2026-04-11 + +### Added + +- Bump pharmsol and update examples ([#269](https://github.com/LAPKB/PMcore/pull/269)) +- Use pharmsol 0.25 ([#268](https://github.com/LAPKB/PMcore/pull/268)) + +### Other + +- Update faer requirement from 0.23.1 to 0.24.0 ([#241](https://github.com/LAPKB/PMcore/pull/241)) +- Update rand requirement from 0.9.0 to 0.10.0 ([#244](https://github.com/LAPKB/PMcore/pull/244)) + ## [0.24.0](https://github.com/LAPKB/PMcore/compare/v0.23.0...v0.24.0) - 2026-04-01 ### Added diff --git a/Cargo.toml b/Cargo.toml index c3a5d1538..4ce5f7621 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcore" -version = "0.24.0" +version = "0.25.0" edition = "2021" authors = [ "Julián D. Otálvaro ",