diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e7f536..a99dc28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.6](https://github.com/mamba-org/resolvo/compare/resolvo-v0.8.5...resolvo-v0.8.6) - 2025-01-08 + +### Other + +- update all dependencies (#96) + ## [0.8.5](https://github.com/mamba-org/resolvo/compare/resolvo-v0.8.4...resolvo-v0.8.5) - 2025-01-02 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index a83cb53..a731d21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -984,7 +984,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "resolvo" -version = "0.8.5" +version = "0.8.6" dependencies = [ "ahash", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 470ece9..39355b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["cpp", "tools/*"] resolver = "2" [workspace.package] -version = "0.8.5" +version = "0.8.6" 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 e91dfa4..d52a873 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.5", path = "../" } +resolvo = { version = "0.8.6", path = "../" } [build-dependencies] anyhow = "1"