Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drager committed Jul 4, 2024
1 parent dafc1b4 commit 0a959c0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.4.1

### Fixes

- **Update zip to 2.1.3 - [drager], [pull/33]**

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

- **Revert: Replace zip with zip_next - [drager], [pull/32]**

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

## 0.4.0

### Fixes
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
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.4.0"
version = "0.4.1"
documentation = "https://docs.rs/binary-install"
readme = "./README.md"
edition = "2018"
Expand Down

0 comments on commit 0a959c0

Please sign in to comment.