From 6a42a46eb06d2527345c76373b8c906fbd2a291e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 07:41:09 +0000 Subject: [PATCH] chore: release v0.22.2 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baba105e0..7c3a8bc79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.22.2](https://github.com/LAPKB/PMcore/compare/v0.22.1...v0.22.2) - 2025-12-12 + +### Other + +- Update pharmsol dependency version to 0.22.1 ([#236](https://github.com/LAPKB/PMcore/pull/236)) +- Update criterion requirement from 0.7 to 0.8 ([#233](https://github.com/LAPKB/PMcore/pull/233)) +- Update pharmsol requirement from =0.21.0 to =0.22.0 ([#232](https://github.com/LAPKB/PMcore/pull/232)) + ## [0.22.1](https://github.com/LAPKB/PMcore/compare/v0.22.0...v0.22.1) - 2025-11-18 ### Added diff --git a/Cargo.toml b/Cargo.toml index f9ad463b8..65ef68a6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcore" -version = "0.22.1" +version = "0.22.2" edition = "2021" authors = [ "Julián D. Otálvaro ",