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 ",