Skip to content

Commit 047e4a4

Browse files
authored
chore(rattler): release v0.19.4 (#571)
## 🤖 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](rattler-v0.19.3...rattler-v0.19.4) - 2024-03-19 ### Fixed - multi-prefix replacement in binary files ([#570](#570)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/).
1 parent 602aa4d commit 047e4a4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

crates/rattler-bin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ futures = { workspace = true }
3030
indicatif = { workspace = true }
3131
itertools = { workspace = true }
3232
once_cell = { workspace = true }
33-
rattler = { path="../rattler", version = "0.19.3", default-features = false }
33+
rattler = { path="../rattler", version = "0.19.4", default-features = false }
3434
rattler_conda_types = { path="../rattler_conda_types", version = "0.20.2", default-features = false }
3535
rattler_networking = { path="../rattler_networking", version = "0.19.2", default-features = false }
3636
rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.19.3", default-features = false, features = ["sparse"] }

crates/rattler/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.19.4](https://github.com/mamba-org/rattler/compare/rattler-v0.19.3...rattler-v0.19.4) - 2024-03-19
10+
11+
### Fixed
12+
- multi-prefix replacement in binary files ([#570](https://github.com/mamba-org/rattler/pull/570))
13+
914
## [0.19.3](https://github.com/mamba-org/rattler/compare/rattler-v0.19.2...rattler-v0.19.3) - 2024-03-14
1015

1116
### Added

crates/rattler/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rattler"
3-
version = "0.19.3"
3+
version = "0.19.4"
44
edition.workspace = true
55
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
66
description = "Rust library to install conda environments"

0 commit comments

Comments
 (0)