Skip to content

Commit 1aabb16

Browse files
committed
chore: release v0.6.2
Re-release to ship the `xtask-wasm-run-example?/wasm-opt` feature forwarding. v0.6.1 was published before the proc-macro fix landed, so users enabling the `wasm-opt` feature on `xtask-wasm` would get a proc-macro compiled without it, silently omitting the optimize_wasm call.
1 parent 2122882 commit 1aabb16

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.6.2] - 2026-04-11
11+
12+
### Fixed
13+
14+
- Re-release to activate the `xtask-wasm-run-example?/wasm-opt` feature
15+
forwarding introduced in v0.6.1 of `xtask-wasm-run-example`. The
16+
previously published `xtask-wasm v0.6.1` predated that fix so users
17+
enabling the `wasm-opt` feature would still get a proc-macro compiled
18+
without it.
19+
1020
## [0.6.1] - 2026-04-11
1121

1222
### Changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xtask-wasm"
3-
version = "0.6.1"
3+
version = "0.6.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Customizable subcommands to build your Wasm projects using xtask."

0 commit comments

Comments
 (0)