Skip to content

Commit fe22f92

Browse files
chore: release 0.10.3
1 parent 3fddce6 commit fe22f92

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.10.2"
2+
".": "0.10.3"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.10.3](https://github.com/spiritledsoftware/crosspack/compare/v0.10.2...v0.10.3) (2026-03-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **installer:** surface registry update diagnostics on bootstrap failure ([#89](https://github.com/spiritledsoftware/crosspack/issues/89)) ([ee3e729](https://github.com/spiritledsoftware/crosspack/commit/ee3e7291ceab69535167546d0b67d36fbcbaff2b))
9+
10+
11+
### Documentation
12+
13+
* align Crosspack docs with current shipped behavior ([#92](https://github.com/spiritledsoftware/crosspack/issues/92)) ([8437999](https://github.com/spiritledsoftware/crosspack/commit/8437999987b6b38fc8feb8b5cf91a55ecf52c2b5))
14+
315
## [0.10.2](https://github.com/spiritledsoftware/crosspack/compare/v0.10.1...v0.10.2) (2026-03-03)
416

517

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
[workspace.package]
66
edition = "2021"
77
license = "MIT OR Apache-2.0"
8-
version = "0.10.2"
8+
version = "0.10.3"
99

1010
[workspace.dependencies]
1111
anyhow = "1.0"

0 commit comments

Comments
 (0)