From b62aa78548998390b351ed4901a72ecc20020c94 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra <4995967+baszalmstra@users.noreply.github.com> Date: Mon, 21 Jul 2025 14:48:14 +0200 Subject: [PATCH] chore: release v0.9.2 --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6d13c0..b6877f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.9.2](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.9.1...resolvo-v0.9.2) - 2025-07-21 + +### Other + +- *(ci)* bump prefix-dev/setup-pixi from 0.8.11 to 0.8.12 ([#157](https://github.com/prefix-dev/resolvo/pull/157)) +- update all dependencies ([#154](https://github.com/prefix-dev/resolvo/pull/154)) +- *(ci)* bump prefix-dev/setup-pixi from 0.8.10 to 0.8.11 ([#155](https://github.com/prefix-dev/resolvo/pull/155)) +- bump petgrpah version ([#153](https://github.com/prefix-dev/resolvo/pull/153)) +- making graph structs public for external consumption ([#152](https://github.com/prefix-dev/resolvo/pull/152)) +- *(ci)* bump actions-rust-lang/setup-rust-toolchain ([#149](https://github.com/prefix-dev/resolvo/pull/149)) +- *(ci)* bump MarcoIeni/release-plz-action from 0.5.107 to 0.5.108 ([#150](https://github.com/prefix-dev/resolvo/pull/150)) +- *(ci)* bump zgosalvez/github-actions-ensure-sha-pinned-actions ([#141](https://github.com/prefix-dev/resolvo/pull/141)) +- *(ci)* bump MarcoIeni/release-plz-action from 0.5.105 to 0.5.107 ([#142](https://github.com/prefix-dev/resolvo/pull/142)) +- *(ci)* bump prefix-dev/setup-pixi from 0.8.8 to 0.8.10 ([#144](https://github.com/prefix-dev/resolvo/pull/144)) +- make ConflictGraph simplify public ([#147](https://github.com/prefix-dev/resolvo/pull/147)) +- add Clone to ConflictGraph ([#145](https://github.com/prefix-dev/resolvo/pull/145)) +- *(ci)* bump zgosalvez/github-actions-ensure-sha-pinned-actions ([#135](https://github.com/prefix-dev/resolvo/pull/135)) +- *(ci)* bump actions-rust-lang/setup-rust-toolchain ([#134](https://github.com/prefix-dev/resolvo/pull/134)) +- *(ci)* bump prefix-dev/setup-pixi from 0.8.7 to 0.8.8 ([#130](https://github.com/prefix-dev/resolvo/pull/130)) +- *(ci)* bump MarcoIeni/release-plz-action from 0.5.104 to 0.5.105 ([#129](https://github.com/prefix-dev/resolvo/pull/129)) + ## [0.9.1](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.9.0...resolvo-v0.9.1) - 2025-05-05 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 65ce1b6..ae13134 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1016,7 +1016,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "resolvo" -version = "0.9.1" +version = "0.9.2" dependencies = [ "ahash", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 42494f5..50d25b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["cpp", "tools/*"] resolver = "2" [workspace.package] -version = "0.9.1" +version = "0.9.2" authors = [ "Adolfo OchagavĂ­a ", "Bas Zalmstra ",