diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf71f9..af72307 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 2a6218b..df635aa 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."