From 57e07501b605a2436f6d75a77142fe499cbb0e84 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Mon, 23 Sep 2024 16:20:47 +0200 Subject: [PATCH] chore: release --- crates/rattler-bin/Cargo.toml | 4 ++-- crates/rattler/CHANGELOG.md | 6 ++++++ crates/rattler/Cargo.toml | 2 +- crates/rattler_index/CHANGELOG.md | 6 ++++++ crates/rattler_index/Cargo.toml | 2 +- crates/rattler_repodata_gateway/CHANGELOG.md | 6 ++++++ crates/rattler_repodata_gateway/Cargo.toml | 2 +- 7 files changed, 23 insertions(+), 5 deletions(-) diff --git a/crates/rattler-bin/Cargo.toml b/crates/rattler-bin/Cargo.toml index fb27c7fc4..aee2ef55a 100644 --- a/crates/rattler-bin/Cargo.toml +++ b/crates/rattler-bin/Cargo.toml @@ -27,10 +27,10 @@ clap = { workspace = true, features = ["derive"] } console = { workspace = true, features = ["windows-console-colors"] } indicatif = { workspace = true } once_cell = { workspace = true } -rattler = { path="../rattler", version = "0.27.12", default-features = false, features = ["indicatif"] } +rattler = { path="../rattler", version = "0.27.13", default-features = false, features = ["indicatif"] } rattler_conda_types = { path="../rattler_conda_types", version = "0.28.0", default-features = false } rattler_networking = { path="../rattler_networking", version = "0.21.4", default-features = false, features = ["google-cloud-auth"] } -rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.21.14", default-features = false, features = ["gateway"] } +rattler_repodata_gateway = { path="../rattler_repodata_gateway", version = "0.21.15", default-features = false, features = ["gateway"] } rattler_solve = { path="../rattler_solve", version = "1.0.8", default-features = false, features = ["resolvo", "libsolv_c"] } rattler_virtual_packages = { path="../rattler_virtual_packages", version = "1.1.5", default-features = false } rattler_cache = { path="../rattler_cache", version = "0.2.4", default-features = false } diff --git a/crates/rattler/CHANGELOG.md b/crates/rattler/CHANGELOG.md index 23d233b37..02351402a 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.27.13](https://github.com/conda/rattler/compare/rattler-v0.27.12...rattler-v0.27.13) - 2024-09-23 + +### Other + +- update Cargo.toml dependencies + ## [0.27.12](https://github.com/conda/rattler/compare/rattler-v0.27.11...rattler-v0.27.12) - 2024-09-23 ### Other diff --git a/crates/rattler/Cargo.toml b/crates/rattler/Cargo.toml index 50ef213eb..cadfff1ce 100644 --- a/crates/rattler/Cargo.toml +++ b/crates/rattler/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler" -version = "0.27.12" +version = "0.27.13" edition.workspace = true authors = ["Bas Zalmstra "] description = "Rust library to install conda environments" diff --git a/crates/rattler_index/CHANGELOG.md b/crates/rattler_index/CHANGELOG.md index 1ecc92362..c6dad28b7 100644 --- a/crates/rattler_index/CHANGELOG.md +++ b/crates/rattler_index/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.19.30](https://github.com/conda/rattler/compare/rattler_index-v0.19.29...rattler_index-v0.19.30) - 2024-09-23 + +### Other + +- update Cargo.toml dependencies + ## [0.19.29](https://github.com/conda/rattler/compare/rattler_index-v0.19.28...rattler_index-v0.19.29) - 2024-09-23 ### Other diff --git a/crates/rattler_index/Cargo.toml b/crates/rattler_index/Cargo.toml index 2a4c32aa0..0f74ed625 100644 --- a/crates/rattler_index/Cargo.toml +++ b/crates/rattler_index/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_index" -version = "0.19.29" +version = "0.19.30" edition.workspace = true authors = [] description = "A crate that indexes directories containing conda packages to create local conda channels" diff --git a/crates/rattler_repodata_gateway/CHANGELOG.md b/crates/rattler_repodata_gateway/CHANGELOG.md index e10a7212a..f6c7861e4 100644 --- a/crates/rattler_repodata_gateway/CHANGELOG.md +++ b/crates/rattler_repodata_gateway/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.21.15](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.21.14...rattler_repodata_gateway-v0.21.15) - 2024-09-23 + +### Other + +- start using fs-err in repodata_gateway ([#877](https://github.com/conda/rattler/pull/877)) + ## [0.21.14](https://github.com/conda/rattler/compare/rattler_repodata_gateway-v0.21.13...rattler_repodata_gateway-v0.21.14) - 2024-09-23 ### Other diff --git a/crates/rattler_repodata_gateway/Cargo.toml b/crates/rattler_repodata_gateway/Cargo.toml index f5138dc37..597e1208d 100644 --- a/crates/rattler_repodata_gateway/Cargo.toml +++ b/crates/rattler_repodata_gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rattler_repodata_gateway" -version = "0.21.14" +version = "0.21.15" edition.workspace = true authors = ["Bas Zalmstra "] description = "A crate to interact with Conda repodata"