From b9eb7bcf2ed11b0f7ce78f21b1e389ecbcc36cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20H=C3=A5kansson?= Date: Thu, 4 Apr 2019 22:07:50 +0200 Subject: [PATCH] 0.8.1 --- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- docs/index.html | 6 +++--- 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8738afde..1a334d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 🛠️ 0.8.1 + +- ### 🤕 Fixes + + - **Check for "rustup" rather than ".rustup" when checking for wasm32 - [drager], [issue/613][pull/616]** + + When we introduced support for non-rustup setups we did a check if the user was + using rustup or not. However, this check was too constrained and only covered + the most common cases, but it did not work for Docker setups. + + This PR addresses that and it now covers Docker setups as well! + When doing this fix we also found two other small issues which this PR also addresses. + The first is that we did not print the helpful error message when the wasm32 target + was not found and the other one was that it linked to the wrong section of the documentation. + + [issue/613]: https://github.com/rustwasm/wasm-pack/issues/613 + [pull/616]: https://github.com/rustwasm/wasm-pack/pull/616 + ## 🌤️ 0.8.0 - ### ✨ Features diff --git a/Cargo.lock b/Cargo.lock index 14c05405..2cdb25ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1272,7 +1272,7 @@ dependencies = [ [[package]] name = "wasm-pack" -version = "0.8.0" +version = "0.8.1" dependencies = [ "assert_cmd 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 97cd0cd9..670689af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wasm-pack" description = "📦✨ your favorite rust -> wasm workflow tool!" -version = "0.8.0" +version = "0.8.1" authors = ["Ashley Williams "] repository = "https://github.com/ashleygwilliams/wasm-pack.git" license = "MIT/Apache-2.0" diff --git a/docs/index.html b/docs/index.html index 57df08a9..b3981b30 100644 --- a/docs/index.html +++ b/docs/index.html @@ -42,9 +42,9 @@

wasm-pack

📦✨ your favorite rust -> wasm workflow tool!