From 95fcd99622496fd7dca31a1cd13e3e2cad1318f3 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Thu, 12 Dec 2024 17:08:46 +0100 Subject: [PATCH] chore(rattler): release v0.28.7 --- crates/rattler-bin/Cargo.toml | 2 +- crates/rattler/CHANGELOG.md | 6 ++++++ crates/rattler/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/crates/rattler-bin/Cargo.toml b/crates/rattler-bin/Cargo.toml index 291f53e27..c6c77a7d3 100644 --- a/crates/rattler-bin/Cargo.toml +++ b/crates/rattler-bin/Cargo.toml @@ -27,7 +27,7 @@ clap = { workspace = true, features = ["derive"] } console = { workspace = true, features = ["windows-console-colors"] } indicatif = { workspace = true } once_cell = { workspace = true } -rattler = { path="../rattler", version = "0.28.6", default-features = false, features = ["indicatif"] } +rattler = { path="../rattler", version = "0.28.7", default-features = false, features = ["indicatif"] } rattler_conda_types = { path="../rattler_conda_types", version = "0.29.4", default-features = false } rattler_networking = { path="../rattler_networking", version = "0.21.8", default-features = false, features = ["gcs"] } rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.21.26", default-features = false, features = ["gateway"] } diff --git a/crates/rattler/CHANGELOG.md b/crates/rattler/CHANGELOG.md index aa2af81f5..770c1e413 100644 --- a/crates/rattler/CHANGELOG.md +++ b/crates/rattler/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.28.7](https://github.com/conda/rattler/compare/rattler-v0.28.6...rattler-v0.28.7) - 2024-12-12 + +### Fixed + +- check reflink support before linking (#979) + ## [0.28.6](https://github.com/conda/rattler/compare/rattler-v0.28.5...rattler-v0.28.6) - 2024-12-12 ### Other diff --git a/crates/rattler/Cargo.toml b/crates/rattler/Cargo.toml index 0eaed4cf1..85bd198d4 100644 --- a/crates/rattler/Cargo.toml +++ b/crates/rattler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler" -version = "0.28.6" +version = "0.28.7" edition.workspace = true authors = ["Bas Zalmstra "] description = "Rust library to install conda environments"