From 9f8d3966b7d23f2866621cd1932d9d34161d2dbf Mon Sep 17 00:00:00 2001
From: Bas Zalmstra
Date: Tue, 2 Apr 2024 12:40:01 +0200
Subject: [PATCH] chore(rattler): release v0.20.1 (#591)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## 🤖 New release
* `rattler`: 0.20.0 -> 0.20.1 (✓ API compatible changes)
Changelog
## `rattler`
##
[0.20.1](https://github.com/mamba-org/rattler/compare/rattler-v0.20.0...rattler-v0.20.1)
- 2024-04-02
### Fixed
- copy windows dll without replacements
([#590](https://github.com/mamba-org/rattler/pull/590))
---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
---
crates/rattler-bin/Cargo.toml | 2 +-
crates/rattler/CHANGELOG.md | 5 +++++
crates/rattler/Cargo.toml | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/crates/rattler-bin/Cargo.toml b/crates/rattler-bin/Cargo.toml
index fe99c0446..ffa3c23f8 100644
--- a/crates/rattler-bin/Cargo.toml
+++ b/crates/rattler-bin/Cargo.toml
@@ -30,7 +30,7 @@ futures = { workspace = true }
indicatif = { workspace = true }
itertools = { workspace = true }
once_cell = { workspace = true }
-rattler = { path="../rattler", version = "0.20.0", default-features = false }
+rattler = { path="../rattler", version = "0.20.1", 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"] }
diff --git a/crates/rattler/CHANGELOG.md b/crates/rattler/CHANGELOG.md
index 777d39ad6..dfc399889 100644
--- a/crates/rattler/CHANGELOG.md
+++ b/crates/rattler/CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [0.20.1](https://github.com/mamba-org/rattler/compare/rattler-v0.20.0...rattler-v0.20.1) - 2024-04-02
+
+### Fixed
+- copy windows dll without replacements ([#590](https://github.com/mamba-org/rattler/pull/590))
+
## [0.20.0](https://github.com/mamba-org/rattler/compare/rattler-v0.19.6...rattler-v0.20.0) - 2024-04-02
### Fixed
diff --git a/crates/rattler/Cargo.toml b/crates/rattler/Cargo.toml
index b0111c0a8..ba18f06f9 100644
--- a/crates/rattler/Cargo.toml
+++ b/crates/rattler/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rattler"
-version = "0.20.0"
+version = "0.20.1"
edition.workspace = true
authors = ["Bas Zalmstra "]
description = "Rust library to install conda environments"