Skip to content

Commit

Permalink
Merge pull request #11 from EverlastingBugstopper/0.0.3-alpha.1
Browse files Browse the repository at this point in the history
0.0.3 alpha.1
  • Loading branch information
ashleygwilliams committed May 12, 2020
2 parents 1bd44fa + 5a35942 commit 77114ac
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 2 deletions.
61 changes: 60 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,64 @@
# Changelog

## 💥 0.1.0
## 🎸 0.0.3-alpha.1

### Features

- **Adds `download_version` to API - [EverlastingBugstopper], [pull/7]**

Allows users of `binary-install` to put the version in the directory name so they can test if they need to re-download a newer version.

[EverlastingBugstopper]: https://github.com/EverlastingBugstopper
[pull/7]: https://github.com/rustwasm/binary-install/pull/7

### Fixes

- **Fix Rust installation in CI for Windows - [drager], [pull/9]**

[drager]: https://github.com/drager
[pull/9]: https://github.com/rustwasm/binary-install/pull/9

## 📦 0.0.3-alpha

### Features

- **Add download_artifact - [xtuc], [pull/1]**

Extends the API by adding a `download_artifact` function which allows the installation of releases that don't contain a binary.

[xtuc]: https://github.com/xtuc
[pull/1]: https://github.com/rustwasm/binary-install/pull/1

- **Allow concurrent access of installation cache - [xtuc], [issue/2] [pull/3]**

[xtuc]: https://github.com/xtuc
[pull/3]: https://github.com/rustwasm/binary-install/pull/3
[issue/2]: https://github.com/rustwasm/binary-install/issues/2

- **Derive `Clone` on `Download` struct - [ashleygwilliams], [pull/6]**

[ashleygwilliams]: https://github.com/ashleygwilliams
[pull/6]: https://github.com/rustwasm/binary-install/pull/6

## ❌ 0.0.2

### Features

- **Don't make getting a binary from a download infallible - [fitzegen], [pull/504]**

Instead of panicking on unexpected states, check for them and return an error.

[fitzegen]: https://github.com/fitzegen
[pull/504]: https://github.com/rustwasm/wasm-pack/pull/504

### Maintenance

- **Add initial tests - [drager], [pull/517]**

[drager]: https://github.com/drager
[pull/517]: https://github.com/rustwasm/wasm-pack/pull/517


## 💥 0.0.1

- First release!
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Install a binary from a path to a global cache"
authors = ["Rust and WebAssembly Working Group"]
repository = "https://github.com/rustwasm/binary-install"
license = "MIT/Apache-2.0"
version = "0.0.3-alpha"
version = "0.0.3-alpha.1"
documentation = "https://docs.rs/binary-install"
readme = "./README.md"
edition = "2018"
Expand Down

0 comments on commit 77114ac

Please sign in to comment.