From 914bdb7c760e6cff9087a7ec20fd1f5860f1f145 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra <4995967+baszalmstra@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:38:36 +0200 Subject: [PATCH] chore: release v0.10.4 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2181b6c7..8ae956cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.4](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.10.3...resolvo-v0.10.4) - 2026-06-02 + +### Other + +- Add Pool::iter_solvables() ([#229](https://github.com/prefix-dev/resolvo/pull/229)) +- *(ci)* bump prefix-dev/setup-pixi from 0.9.5 to 0.9.6 ([#227](https://github.com/prefix-dev/resolvo/pull/227)) +- fix duplicated header and reorder entries in CHANGELOG ([#226](https://github.com/prefix-dev/resolvo/pull/226)) +- minor performance optimizations ([#223](https://github.com/prefix-dev/resolvo/pull/223)) + ## [0.10.3](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.10.2...resolvo-v0.10.3) - 2026-05-20 ### Other diff --git a/Cargo.lock b/Cargo.lock index 6f2e23db..ab8b4cde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1097,7 +1097,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "resolvo" -version = "0.10.3" +version = "0.10.4" dependencies = [ "ahash", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 6b2bfbf5..1c54946f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["cpp", "tools/*"] resolver = "2" [workspace.package] -version = "0.10.3" +version = "0.10.4" authors = [ "Adolfo OchagavĂ­a ", "Bas Zalmstra ",