From d3ad91e5475ec9a36fe45b973922ec436852ee5e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:57:43 +0000 Subject: [PATCH] chore: release v0.17.0 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d65e765..98fd66d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.0](https://github.com/LAPKB/PMcore/compare/v0.16.0...v0.17.0) - 2025-09-29 + +### Added + +- Refactor outputs ([#178](https://github.com/LAPKB/PMcore/pull/178)) + +### Fixed + +- Duplicate predictions ([#187](https://github.com/LAPKB/PMcore/pull/187)) + +### Other + +- Greco model ([#190](https://github.com/LAPKB/PMcore/pull/190)) +- Update faer requirement from 0.22.4 to 0.23.1 ([#186](https://github.com/LAPKB/PMcore/pull/186)) + ## [0.15.1](https://github.com/LAPKB/PMcore/compare/v0.15.0...v0.16.0) - 2025-09-07 ### Added diff --git a/Cargo.toml b/Cargo.toml index 39eacc260..724b28bd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcore" -version = "0.16.0" +version = "0.17.0" edition = "2021" authors = [ "Julián D. Otálvaro ",