Skip to content

Commit 2922955

Browse files
authored
chore: release v0.10.2
1 parent 8a04e42 commit 2922955

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
@@ -22,6 +22,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222

2323
## [Unreleased]
2424

25+
## [0.10.2](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.10.1...resolvo-v0.10.2) - 2025-10-06
26+
27+
### Added
28+
29+
- update rust to 1.89.0 toolchain and add 1.85.1 msrv ([#167](https://github.com/prefix-dev/resolvo/pull/167))
30+
31+
### Other
32+
33+
- *(ci)* bump actions-rust-lang/setup-rust-toolchain ([#180](https://github.com/prefix-dev/resolvo/pull/180))
34+
- *(ci)* bump actions-rust-lang/setup-rust-toolchain ([#176](https://github.com/prefix-dev/resolvo/pull/176))
35+
- *(ci)* bump MarcoIeni/release-plz-action from 0.5.114 to 0.5.117 ([#175](https://github.com/prefix-dev/resolvo/pull/175))
36+
- *(ci)* bump actions-rust-lang/setup-rust-toolchain ([#172](https://github.com/prefix-dev/resolvo/pull/172))
37+
- *(ci)* bump MarcoIeni/release-plz-action from 0.5.112 to 0.5.114 ([#173](https://github.com/prefix-dev/resolvo/pull/173))
38+
- *(ci)* bump actions-rust-lang/setup-rust-toolchain ([#171](https://github.com/prefix-dev/resolvo/pull/171))
39+
- *(ci)* bump MarcoIeni/release-plz-action from 0.5.110 to 0.5.112 ([#169](https://github.com/prefix-dev/resolvo/pull/169))
40+
- *(ci)* bump prefix-dev/setup-pixi from 0.8.14 to 0.9.0 ([#170](https://github.com/prefix-dev/resolvo/pull/170))
41+
- *(ci)* bump actions/checkout from 4.2.2 to 5.0.0 ([#165](https://github.com/prefix-dev/resolvo/pull/165))
42+
2543
## [0.10.0](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.9.1...resolvo-v0.10.0) - 2025-07-23
2644

2745
### Added

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.10.1"
6+
version = "0.10.2"
77
authors = [
88
"Adolfo Ochagavía <[email protected]>",
99
"Bas Zalmstra <[email protected]>",

0 commit comments

Comments
 (0)