Subwasm v0.13.0 (167475e4)
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.13.0/subwasm_linux_amd64_v0.13.0.deb -O subwasm.deb
sudo dpkg -i subwasm.deb
subwasm --help
MacOS
brew tap chevdor/subwasm https://github.com/chevdor/subwasm
brew update
brew install chevdor/subwasm/subwasm
Changes since v0.12.1
- 167475e: docs - update doc for v0.13.0
- f5ea85b: Add parachain upgrade hash (#13)
- a24215f: fix - proposal hash and blake2_256 are now computed from the raw bytes and not the decompressed ones (#12)
- 001e7df: docs - update version to 0.12.1 (#11)
- 1e360f2: chore - dependencies upgrades
- 8e6b5f9: ci - restore quick check on master
- 9f4e8fb: chore - dependencies upgrade
- 0689014: ci - remove uncompressed MacOS binary from the artifacts
- fe23586: build - new homebrew formula for v0.12.1