Skip to content

Commit

Permalink
chore(rattler): release v0.20.0 (#588)
Browse files Browse the repository at this point in the history
## 🤖 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
baszalmstra and baszalmstra authored Apr 2, 2024
1 parent 3e08f03 commit cc16fe7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/rattler-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ futures = { workspace = true }
indicatif = { workspace = true }
itertools = { workspace = true }
once_cell = { workspace = true }
rattler = { path="../rattler", version = "0.19.6", default-features = false }
rattler = { path="../rattler", version = "0.20.0", default-features = false }
rattler_conda_types = { path="../rattler_conda_types", version = "0.20.4", default-features = false }
rattler_networking = { path="../rattler_networking", version = "0.20.0", default-features = false }
rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.19.5", default-features = false, features = ["sparse"] }
Expand Down
5 changes: 5 additions & 0 deletions crates/rattler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.20.0](https://github.com/mamba-org/rattler/compare/rattler-v0.19.6...rattler-v0.20.0) - 2024-04-02

### Fixed
- do not do cstring replacement on windows ([#589](https://github.com/mamba-org/rattler/pull/589))

## [0.19.6](https://github.com/mamba-org/rattler/compare/rattler-v0.19.5...rattler-v0.19.6) - 2024-03-30

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/rattler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rattler"
version = "0.19.6"
version = "0.20.0"
edition.workspace = true
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
description = "Rust library to install conda environments"
Expand Down

0 comments on commit cc16fe7

Please sign in to comment.