From 1eb95a72efdce8fa0dce15c1dd059bf0785a487d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 13:43:42 +0000 Subject: [PATCH] chore: release v0.20.1 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7c0316d..bb7129710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.21.0](https://github.com/LAPKB/PMcore/compare/v0.20.0...v0.21.0) - 2025-11-05 + +### Added + +- *(exa)* [**breaking**] exa now requires the path where the template is going to be deployed ([#219](https://github.com/LAPKB/PMcore/pull/219)) +- Implement BestDose ([#163](https://github.com/LAPKB/PMcore/pull/163)) + +### Fixed + +- Remove algorithms from .gitignore ([#220](https://github.com/LAPKB/PMcore/pull/220)) + +### Other + +- Refactor algorithm trait ([#196](https://github.com/LAPKB/PMcore/pull/196)) +- Algorithm is Send+static + ## [0.20.0](https://github.com/LAPKB/PMcore/compare/v0.19.1...v0.20.0) - 2025-10-24 ### Other diff --git a/Cargo.toml b/Cargo.toml index fba8ad654..3f6c85834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcore" -version = "0.20.0" +version = "0.21.0" edition = "2021" authors = [ "Julián D. Otálvaro ",