Skip to content

Commit

Permalink
Merge pull request #619 from drager/release-0.8.1
Browse files Browse the repository at this point in the history
0.8.1
  • Loading branch information
ashleygwilliams committed Apr 4, 2019
2 parents ee1b7e9 + b9eb7bc commit 9423867
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -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 <ashley666ashley@gmail.com>"]
repository = "https://github.com/ashleygwilliams/wasm-pack.git"
license = "MIT/Apache-2.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
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.8.0</a>
<p>2 Apr 2019 |
<a href="https://github.com/rustwasm/wasm-pack/releases/tag/v0.8.0">
<a class="button button-primary" href="/wasm-pack/installer">✨ Install wasm-pack 0.8.1</a>
<p>4 Apr 2019 |
<a href="https://github.com/rustwasm/wasm-pack/releases/tag/v0.8.1">
Release Notes
</a>
</p>
Expand Down

0 comments on commit 9423867

Please sign in to comment.