From a6070e80f0027bdb45646a2f493b11c13598d63b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 12:36:35 +0000 Subject: [PATCH] chore: release v0.23.0 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf71f94..af72307e 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.23.0](https://github.com/LAPKB/pharmsol/compare/v0.22.1...v0.23.0) - 2026-02-06 + +### Added + +- Normalized rows ([#205](https://github.com/LAPKB/pharmsol/pull/205)) + +### Other + +- Bump actions/cache from 4 to 5 ([#184](https://github.com/LAPKB/pharmsol/pull/184)) +- Delete .DS_Store ([#191](https://github.com/LAPKB/pharmsol/pull/191)) +- Bump actions/upload-artifact from 4 to 6 ([#193](https://github.com/LAPKB/pharmsol/pull/193)) +- Bump actions/checkout from 4 to 6 ([#192](https://github.com/LAPKB/pharmsol/pull/192)) +- Prepare for submission to JOSS ([#186](https://github.com/LAPKB/pharmsol/pull/186)) +- Update examples ([#183](https://github.com/LAPKB/pharmsol/pull/183)) + ## [0.22.1](https://github.com/LAPKB/pharmsol/compare/v0.22.0...v0.22.1) - 2025-12-11 ### Other diff --git a/Cargo.toml b/Cargo.toml index 2a6218b8..df635aab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pharmsol" -version = "0.22.1" +version = "0.23.0" edition = "2021" authors = ["Julián D. Otálvaro ", "Markus Hovd"] description = "Rust library for solving analytic and ode-defined pharmacometric models."