Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(rattler): release v0.20.0 (#588)
## 🤖 New release * `rattler`: 0.19.6 -> 0.20.0 (⚠️ API breaking changes) ###⚠️ `rattler` breaking changes ``` --- failure function_parameter_count_changed: pub fn parameter count changed --- Description: A publicly-visible function now takes a different number of parameters. ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.30.0/src/lints/function_parameter_count_changed.ron Failed in: rattler::install::link::copy_and_replace_placeholders now takes 6 parameters instead of 5, in /tmp/.tmpe1DW76/rattler/crates/rattler/src/install/link.rs:466 ``` <details><summary><i><b>Changelog</b></i></summary><p> ## `rattler` <blockquote> ## [0.20.0](rattler-v0.19.6...rattler-v0.20.0) - 2024-04-02 ### Fixed - do not do cstring replacement on windows ([#589](#589)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Signed-off-by: Bas <4995967+baszalmstra@users.noreply.github.com> Co-authored-by: Bas <4995967+baszalmstra@users.noreply.github.com>
- Loading branch information