Skip to content

Commit 0a959c0

Browse files
committed
0.4.1
1 parent dafc1b4 commit 0a959c0

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.4.1
4+
5+
### Fixes
6+
7+
- **Update zip to 2.1.3 - [drager], [pull/33]**
8+
9+
[pull/33]: https://github.com/rustwasm/binary-install/pull/33
10+
11+
- **Revert: Replace zip with zip_next - [drager], [pull/32]**
12+
13+
[drager]: https://github.com/drager
14+
[pull/32]: https://github.com/rustwasm/binary-install/pull/32
15+
316
## 0.4.0
417

518
### Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Install a binary from a path to a global cache"
44
authors = ["Rust and WebAssembly Working Group"]
55
repository = "https://github.com/rustwasm/binary-install"
66
license = "MIT/Apache-2.0"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
documentation = "https://docs.rs/binary-install"
99
readme = "./README.md"
1010
edition = "2018"

0 commit comments

Comments
 (0)