Skip to content

Commit dbf4d14

Browse files
authored
chore: release v0.8.7
1 parent 7b5aa29 commit dbf4d14

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.7](https://github.com/mamba-org/resolvo/compare/resolvo-v0.8.6...resolvo-v0.8.7) - 2025-01-09
10+
11+
### Other
12+
13+
- simplify watchmap traversal (#98)
14+
915
## [0.8.6](https://github.com/mamba-org/resolvo/compare/resolvo-v0.8.5...resolvo-v0.8.6) - 2025-01-08
1016

1117
### Other

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["cpp", "tools/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.8.6"
6+
version = "0.8.7"
77
authors = ["Adolfo Ochagavía <github@adolfo.ochagavia.nl>", "Bas Zalmstra <zalmstra.bas@gmail.com>", "Tim de Jager <tdejager89@gmail.com>"]
88
homepage = "https://github.com/mamba-org/resolvo"
99
repository = "https://github.com/mamba-org/resolvo"

cpp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish = false
1616
crate-type = ["lib", "cdylib", "staticlib"]
1717

1818
[dependencies]
19-
resolvo = { version = "0.8.6", path = "../" }
19+
resolvo = { version = "0.8.7", path = "../" }
2020

2121
[build-dependencies]
2222
anyhow = "1"

0 commit comments

Comments
 (0)