Skip to content

Commit

Permalink
0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drager committed Jun 27, 2023
1 parent c8dfdec commit e25150e
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 41 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,28 @@

## 🤍 Unreleased

## ☀️ 0.12.1

- ### 🤕 Fixes

- **Restore --version command - [lynn], [issue/1301], [pull/1305]**

The --version command got lost in space in v0.12.0. It's now brought back!

[issue/1301]: https://github.com/rustwasm/wasm-pack/issues/1301
[pull/1305]: https://github.com/rustwasm/wasm-pack/pull/1305
[lynn]: https://github.com/lynn

- **Fix value parser for Option<PathBuf> - [Myriad-Dreamin], [issue/1304], [pull/1307]**

A value parser for OsString cannot parse a command line argument for Option<PathBuf>,
which let it failed to specify paths for pack, publish and test commands, this faulty behavior
was introduced in v0.12.0.

[issue/1304]: https://github.com/rustwasm/wasm-pack/issues/1304
[pull/1307]: https://github.com/rustwasm/wasm-pack/pull/1307
[Myriad-Dreamin]: https://github.com/Myriad-Dreamin

## ☀️ 0.12.0

- ### ✨ Features
Expand Down
84 changes: 48 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "wasm-pack"
description = "📦✨ your favorite rust -> wasm workflow tool!"
version = "0.12.0"
version = "0.12.1"
authors = ["Ashley Williams <ashley666ashley@gmail.com>", "Jesper Håkansson <jesper@jesperh.se>"]
repository = "https://github.com/rustwasm/wasm-pack.git"
license = "MIT OR Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Expand Up @@ -42,9 +42,9 @@ <h1><code>wasm-pack</code></h1>
<h2>📦✨ your favorite rust -> wasm workflow tool!</h2>
</div>
<div class="five columns" id="installer">
<a class="button button-primary" href="/wasm-pack/installer">✨ Install wasm-pack 0.12.0</a>
<p>17 June 2023 |
<a href="https://github.com/rustwasm/wasm-pack/releases/tag/v0.12.0">
<a class="button button-primary" href="/wasm-pack/installer">✨ Install wasm-pack 0.12.1</a>
<p>27 June 2023 |
<a href="https://github.com/rustwasm/wasm-pack/releases/tag/v0.12.1">
Release Notes
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
@@ -1,6 +1,6 @@
{
"name": "wasm-pack",
"version": "0.12.0",
"version": "0.12.1",
"description": "📦✨ your favorite rust -> wasm workflow tool!",
"main": "binary.js",
"scripts": {
Expand Down

0 comments on commit e25150e

Please sign in to comment.