From 735e14fbaeba183afe66c305601759fd42082ee8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 19:00:47 +0000 Subject: [PATCH] chore: release v0.23.1 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d1bd3e3b..a6baf3f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.24.0](https://github.com/LAPKB/PMcore/compare/v0.23.0...v0.24.0) - 2026-04-01 + +### Added + +- new bestdose API ([#247](https://github.com/LAPKB/PMcore/pull/247)) + +### Other + +- Update CI workflows ([#258](https://github.com/LAPKB/PMcore/pull/258)) +- fix examples to match the data ([#259](https://github.com/LAPKB/PMcore/pull/259)) + ## [0.23.0](https://github.com/LAPKB/PMcore/compare/v0.22.2...v0.23.0) - 2026-03-24 ### Other diff --git a/Cargo.toml b/Cargo.toml index b257f0237..c7cf0aa1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcore" -version = "0.23.0" +version = "0.24.0" edition = "2021" authors = [ "Julián D. Otálvaro ",