diff --git a/CHANGELOG.md b/CHANGELOG.md index 318069a..7a42a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.2](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.11.1...resolvo-v0.11.2) - 2026-06-26 + +### Added + +- support multiversion packages ([#239](https://github.com/prefix-dev/resolvo/pull/239)) + +### Fixed + +- update pixi lock file ([#249](https://github.com/prefix-dev/resolvo/pull/249)) + +### Other + +- *(ci)* bump actions/checkout from 6.0.3 to 7.0.0 ([#248](https://github.com/prefix-dev/resolvo/pull/248)) +- *(ci)* bump MarcoIeni/release-plz-action from 0.5.129 to 0.5.130 ([#244](https://github.com/prefix-dev/resolvo/pull/244)) + ## [0.11.1](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.11.0...resolvo-v0.11.1) - 2026-06-17 ### Added diff --git a/Cargo.lock b/Cargo.lock index 4c57fcd..9d7c0ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1097,7 +1097,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "resolvo" -version = "0.11.1" +version = "0.11.2" dependencies = [ "ahash", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 67ec511..c46aca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["cpp", "tools/*"] resolver = "2" [workspace.package] -version = "0.11.1" +version = "0.11.2" authors = [ "Adolfo OchagavĂ­a ", "Bas Zalmstra ",