From 495854ec55907f8f468681cef394f6d9429b5f23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:31:44 +0000 Subject: [PATCH] chore: release v0.26.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26deb859e..75bc59b94 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.26.1](https://github.com/LAPKB/PMcore/compare/v0.26.0...v0.26.1) - 2026-07-20 + +### Fixed + +- Normalize psi to prevent likelihood underflow ([#300](https://github.com/LAPKB/PMcore/pull/300)) + +### Other + +- Update pharmsol to 0.28.2 ([#303](https://github.com/LAPKB/PMcore/pull/303)) + ## [0.26.0](https://github.com/LAPKB/PMcore/compare/v0.25.2...v0.26.0) - 2026-07-13 ### Added diff --git a/Cargo.toml b/Cargo.toml index 1546bcc08..adc9fa402 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcore" -version = "0.26.0" +version = "0.26.1" edition = "2021" authors = [ "Julián D. Otálvaro ",