-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from EverlastingBugstopper/0.0.3-alpha.1
0.0.3 alpha.1
- Loading branch information
Showing
2 changed files
with
61 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters