Skip to content

Commit

Permalink
chore(rattler): release v0.19.4 (conda#571)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `rattler`: 0.19.3 -> 0.19.4 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

## `rattler`
<blockquote>

##
[0.19.4](conda/rattler@rattler-v0.19.3...rattler-v0.19.4)
- 2024-03-19

### Fixed
- multi-prefix replacement in binary files
([conda#570](conda#570))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
baszalmstra authored Mar 19, 2024
1 parent 602aa4d commit 047e4a4
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.3", default-features = false }
rattler = { path="../rattler", version = "0.19.4", default-features = false }
rattler_conda_types = { path="../rattler_conda_types", version = "0.20.2", default-features = false }
rattler_networking = { path="../rattler_networking", version = "0.19.2", default-features = false }
rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.19.3", 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.19.4](https://github.com/mamba-org/rattler/compare/rattler-v0.19.3...rattler-v0.19.4) - 2024-03-19

### Fixed
- multi-prefix replacement in binary files ([#570](https://github.com/mamba-org/rattler/pull/570))

## [0.19.3](https://github.com/mamba-org/rattler/compare/rattler-v0.19.2...rattler-v0.19.3) - 2024-03-14

### Added
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.3"
version = "0.19.4"
edition.workspace = true
authors = ["Bas Zalmstra <[email protected]>"]
description = "Rust library to install conda environments"
Expand Down

0 comments on commit 047e4a4

Please sign in to comment.