Skip to content

Commit e25150e

Browse files
committed
0.12.1
1 parent c8dfdec commit e25150e

File tree

5 files changed

+75
-41
lines changed

5 files changed

+75
-41
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## 🤍 Unreleased
44

5+
## ☀️ 0.12.1
6+
7+
- ### 🤕 Fixes
8+
9+
- **Restore --version command - [lynn], [issue/1301], [pull/1305]**
10+
11+
The --version command got lost in space in v0.12.0. It's now brought back!
12+
13+
[issue/1301]: https://github.com/rustwasm/wasm-pack/issues/1301
14+
[pull/1305]: https://github.com/rustwasm/wasm-pack/pull/1305
15+
[lynn]: https://github.com/lynn
16+
17+
- **Fix value parser for Option<PathBuf> - [Myriad-Dreamin], [issue/1304], [pull/1307]**
18+
19+
A value parser for OsString cannot parse a command line argument for Option<PathBuf>,
20+
which let it failed to specify paths for pack, publish and test commands, this faulty behavior
21+
was introduced in v0.12.0.
22+
23+
[issue/1304]: https://github.com/rustwasm/wasm-pack/issues/1304
24+
[pull/1307]: https://github.com/rustwasm/wasm-pack/pull/1307
25+
[Myriad-Dreamin]: https://github.com/Myriad-Dreamin
26+
527
## ☀️ 0.12.0
628

729
- ### ✨ Features

Cargo.lock

Lines changed: 48 additions & 36 deletions
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
@@ -1,7 +1,7 @@
11
[package]
22
name = "wasm-pack"
33
description = "📦✨ your favorite rust -> wasm workflow tool!"
4-
version = "0.12.0"
4+
version = "0.12.1"
55
authors = ["Ashley Williams <[email protected]>", "Jesper Håkansson <[email protected]>"]
66
repository = "https://github.com/rustwasm/wasm-pack.git"
77
license = "MIT OR Apache-2.0"

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ <h1><code>wasm-pack</code></h1>
4242
<h2>📦✨ your favorite rust -> wasm workflow tool!</h2>
4343
</div>
4444
<div class="five columns" id="installer">
45-
<a class="button button-primary" href="/wasm-pack/installer">✨ Install wasm-pack 0.12.0</a>
46-
<p>17 June 2023 |
47-
<a href="https://github.com/rustwasm/wasm-pack/releases/tag/v0.12.0">
45+
<a class="button button-primary" href="/wasm-pack/installer">✨ Install wasm-pack 0.12.1</a>
46+
<p>27 June 2023 |
47+
<a href="https://github.com/rustwasm/wasm-pack/releases/tag/v0.12.1">
4848
Release Notes
4949
</a>
5050
</p>

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wasm-pack",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "📦✨ your favorite rust -> wasm workflow tool!",
55
"main": "binary.js",
66
"scripts": {

0 commit comments

Comments
 (0)