From 7b1a46c5a585c8835ed591de769d279889fe91d3 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra <4995967+baszalmstra@users.noreply.github.com> Date: Thu, 21 Aug 2025 13:34:21 +0200 Subject: [PATCH] chore: release v0.10.2 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b37b7d2..9c3379b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.2](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.10.1...resolvo-v0.10.2) - 2025-08-21 + +### Added + +- update rust to 1.89.0 toolchain and add 1.85.1 msrv ([#167](https://github.com/prefix-dev/resolvo/pull/167)) + +### Other + +- *(ci)* bump MarcoIeni/release-plz-action from 0.5.110 to 0.5.112 ([#169](https://github.com/prefix-dev/resolvo/pull/169)) +- *(ci)* bump prefix-dev/setup-pixi from 0.8.14 to 0.9.0 ([#170](https://github.com/prefix-dev/resolvo/pull/170)) +- *(ci)* bump actions/checkout from 4.2.2 to 5.0.0 ([#165](https://github.com/prefix-dev/resolvo/pull/165)) + ## [0.10.1](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.10.0...resolvo-v0.10.1) - 2025-07-30 ### Other diff --git a/Cargo.lock b/Cargo.lock index a15833c..d8623d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1097,7 +1097,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "resolvo" -version = "0.10.1" +version = "0.10.2" dependencies = [ "ahash", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 45da277..60b9277 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["cpp", "tools/*"] resolver = "2" [workspace.package] -version = "0.10.1" +version = "0.10.2" authors = [ "Adolfo OchagavĂ­a ", "Bas Zalmstra ",