From 6792a646668de00ed92e5684c3aebd9b98a065bd Mon Sep 17 00:00:00 2001 From: Bas Zalmstra <4995967+baszalmstra@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:13:33 +0100 Subject: [PATCH] chore: release v0.10.3 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 465a1b3..80b73f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.3](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.10.2...resolvo-v0.10.3) - 2026-02-16 + +### Other + +- *(ci)* bump MarcoIeni/release-plz-action from 0.5.126 to 0.5.127 ([#208](https://github.com/prefix-dev/resolvo/pull/208)) +- *(ci)* bump actions/checkout from 6.0.1 to 6.0.2 ([#204](https://github.com/prefix-dev/resolvo/pull/204)) +- *(ci)* bump prefix-dev/setup-pixi from 0.9.3 to 0.9.4 ([#205](https://github.com/prefix-dev/resolvo/pull/205)) +- *(ci)* bump zgosalvez/github-actions-ensure-sha-pinned-actions ([#206](https://github.com/prefix-dev/resolvo/pull/206)) +- *(ci)* bump MarcoIeni/release-plz-action from 0.5.121 to 0.5.126 ([#207](https://github.com/prefix-dev/resolvo/pull/207)) +- *(ci)* bump MarcoIeni/release-plz-action from 0.5.120 to 0.5.121 ([#200](https://github.com/prefix-dev/resolvo/pull/200)) +- *(ci)* bump zgosalvez/github-actions-ensure-sha-pinned-actions ([#197](https://github.com/prefix-dev/resolvo/pull/197)) +- *(ci)* bump actions-rust-lang/rustfmt from 1.1.1 to 1.1.2 ([#196](https://github.com/prefix-dev/resolvo/pull/196)) +- update banner to new style ([#194](https://github.com/prefix-dev/resolvo/pull/194)) + ## [0.10.2](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.10.1...resolvo-v0.10.2) - 2025-12-09 ### Added diff --git a/Cargo.lock b/Cargo.lock index d8623d7..8ac2748 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1097,7 +1097,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "resolvo" -version = "0.10.2" +version = "0.10.3" dependencies = [ "ahash", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 60b9277..6b2bfbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["cpp", "tools/*"] resolver = "2" [workspace.package] -version = "0.10.2" +version = "0.10.3" authors = [ "Adolfo OchagavĂ­a ", "Bas Zalmstra ",