Skip to content

Commit b72f9b8

Browse files
authored
chore: release v0.9.2
1 parent 105fb4f commit b72f9b8

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.10.0](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.9.1...resolvo-v0.10.0) - 2025-07-23
10+
11+
### Added
12+
13+
- [**breaking**] add support for conditional dependencies ([#136](https://github.com/prefix-dev/resolvo/pull/136))
14+
15+
### Other
16+
17+
- *(ci)* bump MarcoIeni/release-plz-action from 0.5.108 to 0.5.109 ([#156](https://github.com/prefix-dev/resolvo/pull/156))
18+
- *(ci)* bump prefix-dev/setup-pixi from 0.8.11 to 0.8.12 ([#157](https://github.com/prefix-dev/resolvo/pull/157))
19+
- update all dependencies ([#154](https://github.com/prefix-dev/resolvo/pull/154))
20+
- *(ci)* bump prefix-dev/setup-pixi from 0.8.10 to 0.8.11 ([#155](https://github.com/prefix-dev/resolvo/pull/155))
21+
- bump petgrpah version ([#153](https://github.com/prefix-dev/resolvo/pull/153))
22+
- making graph structs public for external consumption ([#152](https://github.com/prefix-dev/resolvo/pull/152))
23+
- *(ci)* bump actions-rust-lang/setup-rust-toolchain ([#149](https://github.com/prefix-dev/resolvo/pull/149))
24+
- *(ci)* bump MarcoIeni/release-plz-action from 0.5.107 to 0.5.108 ([#150](https://github.com/prefix-dev/resolvo/pull/150))
25+
- *(ci)* bump zgosalvez/github-actions-ensure-sha-pinned-actions ([#141](https://github.com/prefix-dev/resolvo/pull/141))
26+
- *(ci)* bump MarcoIeni/release-plz-action from 0.5.105 to 0.5.107 ([#142](https://github.com/prefix-dev/resolvo/pull/142))
27+
- *(ci)* bump prefix-dev/setup-pixi from 0.8.8 to 0.8.10 ([#144](https://github.com/prefix-dev/resolvo/pull/144))
28+
- make ConflictGraph simplify public ([#147](https://github.com/prefix-dev/resolvo/pull/147))
29+
- add Clone to ConflictGraph ([#145](https://github.com/prefix-dev/resolvo/pull/145))
30+
- *(ci)* bump zgosalvez/github-actions-ensure-sha-pinned-actions ([#135](https://github.com/prefix-dev/resolvo/pull/135))
31+
- *(ci)* bump actions-rust-lang/setup-rust-toolchain ([#134](https://github.com/prefix-dev/resolvo/pull/134))
32+
- *(ci)* bump prefix-dev/setup-pixi from 0.8.7 to 0.8.8 ([#130](https://github.com/prefix-dev/resolvo/pull/130))
33+
- *(ci)* bump MarcoIeni/release-plz-action from 0.5.104 to 0.5.105 ([#129](https://github.com/prefix-dev/resolvo/pull/129))
34+
935
## [0.9.1](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.9.0...resolvo-v0.9.1) - 2025-05-05
1036

1137
### 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.10.0"
77
authors = [
88
"Adolfo Ochagavía <github@adolfo.ochagavia.nl>",
99
"Bas Zalmstra <zalmstra.bas@gmail.com>",

0 commit comments

Comments
 (0)