Skip to content

Commit e0c74d4

Browse files
committed
release: 0.32.0
1 parent 9e21775 commit e0c74d4

3 files changed

Lines changed: 30 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
33
Nothing Yet!
44

55

6+
# Version 0.32.0 (2026-05-21)
7+
8+
This release contains several bugfixes and an update to the npm installer to reduce its dependencies. It also updates the default versions of all GitHub actions.
9+
10+
## npm installer
11+
12+
The npm installer now relies on builtin node modules in place of the external axios and rimraf libraries. In order to support this, we've raised the minimum supported node version to [14.14](https://nodejs.org/en/blog/release/v14.14.0).
13+
14+
- impl @rafaeelaudibert [chore(npm): replace axios with native node:http/node:https](https://github.com/axodotdev/cargo-dist/pull/2350)
15+
16+
## cargo-zigbuild and cargo-auditable
17+
18+
It's now possible to use cargo-auditable together with cross-compilation via cargo-zigbuild. In previous versions of dist, these two features were mutually exclusive.
19+
20+
- impl @mistydemeo [feat(auditable): remove zigbuild limitation](https://github.com/axodotdev/cargo-dist/pull/2318)
21+
22+
## Fixes
23+
24+
- impl @eegli [fix: double escape windows path in receipt](https://github.com/axodotdev/cargo-dist/pull/2313)
25+
- impl @woodruffw [ps1: peek the inner exception on download failure](https://github.com/axodotdev/cargo-dist/pull/2392)
26+
- impl @mistydemeo [feat(ci): migrate from attest-build-provenance@v3 to attest@v4](https://github.com/axodotdev/cargo-dist/pull/2357)
27+
- impl @OpenSauce [chore(deps): bump github actions](https://github.com/axodotdev/cargo-dist/pull/2322)
28+
29+
630
# Version 0.31.0 (2026-02-23)
731

832
This release includes several new features, including the major introduction of [mirrors](https://axodotdev.github.io/cargo-dist/book/reference/config.html#simple-hosting-settings) that installers can fallback to.

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ edition = "2021"
1212
license = "MIT OR Apache-2.0"
1313
repository = "https://github.com/axodotdev/cargo-dist"
1414
homepage = "https://axodotdev.github.io/cargo-dist"
15-
version = "0.32.0-prerelease.1"
15+
version = "0.32.0"
1616
rust-version = "1.74"
1717

1818
[workspace.dependencies]
1919
# intra-workspace deps (you need to bump these versions when you cut releases too!
20-
cargo-dist-schema = { version = "=0.32.0-prerelease.1", path = "cargo-dist-schema" }
21-
axoproject = { version = "=0.32.0-prerelease.1", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }
20+
cargo-dist-schema = { version = "=0.32.0", path = "cargo-dist-schema" }
21+
axoproject = { version = "=0.32.0", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }
2222

2323
# first-party deps
2424
axocli = { version = "0.3.0" }

0 commit comments

Comments
 (0)