Skip to content

Commit 9d723b7

Browse files
authored
chore: release v0.10.1 (#162)
1 parent 54b85a1 commit 9d723b7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.10.1](https://github.com/prefix-dev/resolvo/compare/resolvo-v0.10.0...resolvo-v0.10.1) - 2025-07-30
11+
12+
### Other
13+
14+
- strip whitespace if version set empty ([#164](https://github.com/prefix-dev/resolvo/pull/164))
15+
- *(ci)* bump MarcoIeni/release-plz-action from 0.5.109 to 0.5.110 ([#161](https://github.com/prefix-dev/resolvo/pull/161))
16+
- *(ci)* bump prefix-dev/setup-pixi from 0.8.12 to 0.8.14 ([#160](https://github.com/prefix-dev/resolvo/pull/160))
17+
# Changelog
218
All notable changes to this project will be documented in this file.
319

420
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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

0 commit comments

Comments
 (0)