From 398b4181a02822af819750e19148e1532bd772a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:31:20 +0000 Subject: [PATCH] chore: release v0.25.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba62ee065..720a395f6 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.25.2](https://github.com/LAPKB/PMcore/compare/v0.25.1...v0.25.2) - 2026-04-20 + +### Fixed + +- Add wrappers for analytical solutions ([#272](https://github.com/LAPKB/PMcore/pull/272)) + ## [0.25.1](https://github.com/LAPKB/PMcore/compare/v0.25.0...v0.25.1) - 2026-04-13 ### Other diff --git a/Cargo.toml b/Cargo.toml index 761f3703b..8ef4dd7ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcore" -version = "0.25.1" +version = "0.25.2" edition = "2021" authors = [ "Julián D. Otálvaro ",