Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.12.0 #41

Merged
merged 1 commit into from
Oct 21, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

🤖 New release

  • ganesh: 0.11.3 -> 0.12.0 (⚠️ API breaking changes)

⚠️ ganesh breaking changes

--- failure trait_added_supertrait: non-sealed trait added new supertraits ---

Description:
A non-sealed trait added one or more supertraits, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#generic-bounds-tighten
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_added_supertrait.ron

Failed in:
  trait ganesh::Algorithm gained DynClone in file /tmp/.tmpGZ83G8/ganesh/src/lib.rs:629
  trait ganesh::prelude::Algorithm gained DynClone in file /tmp/.tmpGZ83G8/ganesh/src/lib.rs:629
  trait ganesh::algorithms::line_search::LineSearch gained DynClone in file /tmp/.tmpGZ83G8/ganesh/src/algorithms/line_search.rs:13
Changelog

0.12.0 - 2024-10-21

Added

  • use dyn-clone to pass Algorithms to Minimizers by reference

Other

  • add criterion benchmark comparison for PRs
  • update documentation to reflect the output of pretty-printing a Status


This PR was generated with release-plz.

@denehoffman denehoffman merged commit 97dacca into main Oct 21, 2024
@denehoffman denehoffman deleted the release-plz-2024-10-21T17-02-20Z branch October 21, 2024 17:02
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