From 14d05082c404266165464b96b53e2a04a94e2bd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 21:17:58 +0000 Subject: [PATCH 1/3] chore: release v0.22.3 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3a8bc79..bf86fe794 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.22.3](https://github.com/LAPKB/PMcore/compare/v0.22.2...v0.22.3) - 2026-03-24 + +### Other + +- Bump pharmsol to 0.24 ([#251](https://github.com/LAPKB/PMcore/pull/251)) + ## [0.22.2](https://github.com/LAPKB/PMcore/compare/v0.22.1...v0.22.2) - 2025-12-12 ### Other diff --git a/Cargo.toml b/Cargo.toml index 94406d884..6dc6edaaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcore" -version = "0.22.2" +version = "0.22.3" edition = "2021" authors = [ "Julián D. Otálvaro ", From 17fdb5938b026c66e3b7e64913f327bd247e502a Mon Sep 17 00:00:00 2001 From: Julian Otalvaro Date: Wed, 1 Apr 2026 13:05:37 +0100 Subject: [PATCH 2/3] Bump version from 0.22.3 to 0.23.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6dc6edaaf..b257f0237 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pmcore" -version = "0.22.3" +version = "0.23.0" edition = "2021" authors = [ "Julián D. Otálvaro ", From ab3516ffe4742b80f6ce74008fa2d89547bf3587 Mon Sep 17 00:00:00 2001 From: Julian Otalvaro Date: Wed, 1 Apr 2026 13:06:14 +0100 Subject: [PATCH 3/3] Update changelog for version 0.23.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf86fe794..0d1bd3e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.22.3](https://github.com/LAPKB/PMcore/compare/v0.22.2...v0.22.3) - 2026-03-24 +## [0.23.0](https://github.com/LAPKB/PMcore/compare/v0.22.2...v0.23.0) - 2026-03-24 ### Other