From 53dfac29366938a268af8ab23fdb308ef0a39db3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 19:58:49 +0000 Subject: [PATCH] chore: release v0.21.1 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb7129710..30592811f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.21.1](https://github.com/LAPKB/PMcore/compare/v0.21.0...v0.21.1) - 2025-11-12 + +### Other + +- Update field name in NPPredictionrow to cens ([#222](https://github.com/LAPKB/PMcore/pull/222)) + ## [0.21.0](https://github.com/LAPKB/PMcore/compare/v0.20.0...v0.21.0) - 2025-11-05 ### Added diff --git a/Cargo.toml b/Cargo.toml index 3f6c85834..b8de530fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcore" -version = "0.21.0" +version = "0.21.1" edition = "2021" authors = [ "Julián D. Otálvaro ",