From e3f9c5b89814ed2fd7db1aaa3bf0590c3ced7875 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Mon, 13 Jan 2025 13:50:27 +0100 Subject: [PATCH] chore: release v0.8.7 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- cpp/Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a99dc28..3531258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.7](https://github.com/mamba-org/resolvo/compare/resolvo-v0.8.6...resolvo-v0.8.7) - 2025-01-13 + +### Other + +- *(ci)* bump prefix-dev/rattler-build-action from 0.2.25 to 0.2.26 (#100) +- simplify watchmap traversal (#98) + ## [0.8.6](https://github.com/mamba-org/resolvo/compare/resolvo-v0.8.5...resolvo-v0.8.6) - 2025-01-08 ### Other diff --git a/Cargo.lock b/Cargo.lock index a731d21..e187f34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -984,7 +984,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "resolvo" -version = "0.8.6" +version = "0.8.7" dependencies = [ "ahash", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 39355b7..0f1bea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["cpp", "tools/*"] resolver = "2" [workspace.package] -version = "0.8.6" +version = "0.8.7" authors = ["Adolfo OchagavĂ­a ", "Bas Zalmstra ", "Tim de Jager "] homepage = "https://github.com/mamba-org/resolvo" repository = "https://github.com/mamba-org/resolvo" diff --git a/cpp/Cargo.toml b/cpp/Cargo.toml index d52a873..1dd1f89 100644 --- a/cpp/Cargo.toml +++ b/cpp/Cargo.toml @@ -16,7 +16,7 @@ publish = false crate-type = ["lib", "cdylib", "staticlib"] [dependencies] -resolvo = { version = "0.8.6", path = "../" } +resolvo = { version = "0.8.7", path = "../" } [build-dependencies] anyhow = "1"