diff --git a/CHANGELOG.md b/CHANGELOG.md index 2181b6c..8ae956c 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 6f2e23d..ab8b4cd 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 6b2bfbf..1c54946 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 ",