From 99700e51d1486c6e7ea38bc26a57630bac02e3c7 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra <4995967+baszalmstra@users.noreply.github.com> Date: Mon, 14 Jul 2025 11:05:50 +0200 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/path_resolver/CHANGELOG.md | 6 ++++++ crates/path_resolver/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f8ab091b1..7e9b425c4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3735,7 +3735,7 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "path_resolver" -version = "0.1.0" +version = "0.1.1" dependencies = [ "fs-err", "indexmap 2.10.0", diff --git a/Cargo.toml b/Cargo.toml index 6fe5a9eae4..ecb5888ab7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -184,7 +184,7 @@ zstd = { version = "0.13.3", default-features = false } # These are the all the crates defined in the workspace. We pin all of them together because they are always updated in tendem. file_url = { path = "crates/file_url", version = "=0.2.5", default-features = false } -path_resolver = { path = "crates/path_resolver", version = "=0.1.0", default-features = false } +path_resolver = { path = "crates/path_resolver", version = "=0.1.1", default-features = false } rattler = { path = "crates/rattler", version = "=0.34.7", default-features = false } rattler_cache = { path = "crates/rattler_cache", version = "=0.3.26", default-features = false } rattler_conda_types = { path = "crates/rattler_conda_types", version = "=0.35.6", default-features = false } diff --git a/crates/path_resolver/CHANGELOG.md b/crates/path_resolver/CHANGELOG.md index 140ddd5a2c..163a4abb98 100644 --- a/crates/path_resolver/CHANGELOG.md +++ b/crates/path_resolver/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/conda/rattler/compare/path_resolver-v0.1.0...path_resolver-v0.1.1) - 2025-07-14 + +### Other + +- release ([#1512](https://github.com/conda/rattler/pull/1512)) + ## [0.1.0](https://github.com/conda/rattler/releases/tag/path_resolver-v0.1.0) - 2025-07-14 ### Added diff --git a/crates/path_resolver/Cargo.toml b/crates/path_resolver/Cargo.toml index a2856de131..aac551b197 100644 --- a/crates/path_resolver/Cargo.toml +++ b/crates/path_resolver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "path_resolver" -version = "0.1.0" +version = "0.1.1" categories.workspace = true homepage.workspace = true repository.workspace = true