Skip to content

Commit 5ee6266

Browse files
chore: release v0.22.1 (#175)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 54ff0ae commit 5ee6266

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.22.1](https://github.com/LAPKB/pharmsol/compare/v0.22.0...v0.22.1) - 2025-12-11
11+
12+
### Other
13+
14+
- *(Exa)* when installing Vial on MacOs, the environment varaibles are not completly shared to the sandbox in which Vial is running, this changes are meant to provide vial a better way to approach finding the rust binary ([#181](https://github.com/LAPKB/pharmsol/pull/181))
15+
- Update diffsol requirement from =0.7.0 to =0.8.0 ([#176](https://github.com/LAPKB/pharmsol/pull/176))
16+
- Update criterion requirement from 0.7.0 to 0.8.0 ([#177](https://github.com/LAPKB/pharmsol/pull/177))
17+
- Update libloading requirement from 0.8.6 to 0.9.0 ([#162](https://github.com/LAPKB/pharmsol/pull/162))
18+
1019
## [0.22.0](https://github.com/LAPKB/pharmsol/compare/v0.21.0...v0.22.0) - 2025-11-27
1120

1221
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pharmsol"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
edition = "2021"
55
authors = ["Julián D. Otálvaro <juliandavid347@gmail.com>", "Markus Hovd"]
66
description = "Rust library for solving analytic and ode-defined pharmacometric models."

0 commit comments

Comments
 (0)