Skip to content

chore: release v0.25.0#267

Merged
mhovd merged 1 commit into
mainfrom
release-plz-2026-04-09T13-08-05Z
Apr 12, 2026
Merged

chore: release v0.25.0#267
mhovd merged 1 commit into
mainfrom
release-plz-2026-04-09T13-08-05Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 9, 2026

🤖 New release

  • pmcore: 0.24.0 -> 0.25.0 (⚠ API breaking changes)

pmcore breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type BestDosePosterior is no longer UnwindSafe, in /tmp/.tmpVUoFRz/PMcore/src/bestdose/types.rs:234
  type BestDosePosterior is no longer RefUnwindSafe, in /tmp/.tmpVUoFRz/PMcore/src/bestdose/types.rs:234

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/inherent_method_missing.ron

Failed in:
  Settings::set_cache, previously in file /tmp/.tmpyMVKN8/pmcore/src/routines/settings.rs:87
  Settings::set_cache, previously in file /tmp/.tmpyMVKN8/pmcore/src/routines/settings.rs:87
  Settings::set_cache, previously in file /tmp/.tmpyMVKN8/pmcore/src/routines/settings.rs:87

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field cache of struct Config, previously in file /tmp/.tmpyMVKN8/pmcore/src/routines/settings.rs:152
  field cache of struct Config, previously in file /tmp/.tmpyMVKN8/pmcore/src/routines/settings.rs:152
  field cache of struct Config, previously in file /tmp/.tmpyMVKN8/pmcore/src/routines/settings.rs:152
Changelog

0.25.0 - 2026-04-11

Added

  • Bump pharmsol and update examples (#269)
  • Use pharmsol 0.25 (#268)

Other

  • Update faer requirement from 0.23.1 to 0.24.0 (#241)
  • Update rand requirement from 0.9.0 to 0.10.0 (#244)


This PR was generated with release-plz.

@github-actions github-actions Bot force-pushed the release-plz-2026-04-09T13-08-05Z branch 2 times, most recently from 2de2a57 to 70b8dfb Compare April 9, 2026 13:52
@github-actions github-actions Bot changed the title chore: release v0.24.1 chore: release v0.25.0 Apr 10, 2026
@github-actions github-actions Bot force-pushed the release-plz-2026-04-09T13-08-05Z branch from 70b8dfb to 4e25084 Compare April 10, 2026 17:33
@github-actions github-actions Bot force-pushed the release-plz-2026-04-09T13-08-05Z branch from 4e25084 to 9b5a5c8 Compare April 11, 2026 11:14
@mhovd mhovd merged commit ed1a6ff into main Apr 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant