Skip to content

Commit 9fb6cb2

Browse files
authored
chore: release v0.9.2
1 parent bf927c1 commit 9fb6cb2

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.2](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.9.1...resolvo-v0.9.2) - 2025-06-30
10+
11+
### Other
12+
13+
- bump petgrpah version ([#153](https://github.com/prefix-dev/resolvo/pull/153))
14+
- making graph structs public for external consumption ([#152](https://github.com/prefix-dev/resolvo/pull/152))
15+
- *(ci)* bump actions-rust-lang/setup-rust-toolchain ([#149](https://github.com/prefix-dev/resolvo/pull/149))
16+
- *(ci)* bump MarcoIeni/release-plz-action from 0.5.107 to 0.5.108 ([#150](https://github.com/prefix-dev/resolvo/pull/150))
17+
- *(ci)* bump zgosalvez/github-actions-ensure-sha-pinned-actions ([#141](https://github.com/prefix-dev/resolvo/pull/141))
18+
- *(ci)* bump MarcoIeni/release-plz-action from 0.5.105 to 0.5.107 ([#142](https://github.com/prefix-dev/resolvo/pull/142))
19+
- *(ci)* bump prefix-dev/setup-pixi from 0.8.8 to 0.8.10 ([#144](https://github.com/prefix-dev/resolvo/pull/144))
20+
- make ConflictGraph simplify public ([#147](https://github.com/prefix-dev/resolvo/pull/147))
21+
- add Clone to ConflictGraph ([#145](https://github.com/prefix-dev/resolvo/pull/145))
22+
- *(ci)* bump zgosalvez/github-actions-ensure-sha-pinned-actions ([#135](https://github.com/prefix-dev/resolvo/pull/135))
23+
- *(ci)* bump actions-rust-lang/setup-rust-toolchain ([#134](https://github.com/prefix-dev/resolvo/pull/134))
24+
- *(ci)* bump prefix-dev/setup-pixi from 0.8.7 to 0.8.8 ([#130](https://github.com/prefix-dev/resolvo/pull/130))
25+
- *(ci)* bump MarcoIeni/release-plz-action from 0.5.104 to 0.5.105 ([#129](https://github.com/prefix-dev/resolvo/pull/129))
26+
927
## [0.9.1](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.9.0...resolvo-v0.9.1) - 2025-05-05
1028

1129
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.9.1"
6+
version = "0.9.2"
77
authors = [
88
"Adolfo Ochagavía <github@adolfo.ochagavia.nl>",
99
"Bas Zalmstra <zalmstra.bas@gmail.com>",

0 commit comments

Comments
 (0)