Releases: chevdor/subwasm
Subwasm v0.16.1 (341b9e04)
The subwasm
macos binaries produced by the Github CI runners after v0.14
were no valid MacOS binaries and using homebrew to install versions v0.15.x and v0.16.0 will fail. If you run into this issue, please use the latest version of build from source using cargo.
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.16.1/subwasm_linux_amd64_v0.16.1.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.16.0
Subwasm v0.16.0 (80fc9e7d)
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.16.0/subwasm_linux_amd64_v0.16.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.15.0
Subwasm v0.15.0 (6c2110ae)
This version introcudes small but breaking changes and a fix that allows properly fetching the compressed runtime from a chain without unwanted decompression before saving the runtime locally.
See details below.
Downloads
Download the binary for your OS from below:
- Linux: Debian package
- MacOS: .tgz Archive
Install
From source
cargo install --locked --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.15.0/subwasm_linux_amd64_v0.15.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.14.1
- e2fe78d: Make the --json flag global (#25)
- 4af33e2: Fix install instuctions and pin default toolchain (#23)
- 99b86ff: Fix get to return the original compressed runtime (#22)
- 8ec87a8: Minor fixes
- d9d09f8: tests - Fix data location for local tests
- be33586: chore - Remove Elara as it often times out
- 2591a18: chore - add deny and licenses
- 373fa1d: ci - add workflow_disptatch to the weekly-check
- f8e76fd: ci - allow workflow disptach for daily-check
Subwasm v0.14.1 (e3ac02f4)
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.14.1/subwasm_linux_amd64_v0.14.1.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.14.0
Subwasm v0.14.0 (bb04d58c)
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.14.0/subwasm_linux_amd64_v0.14.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.13.2
- bb04d58: Release 0.14.0
- 53457ef: chore - fix release script
- ee39aa9: chore - pin frame-metadata to the last working rc
- a7e8553: chore - update deps
- a2be8e7: chore - fix formatting
- 302263b: test - Add weekly check
- 9bb9d05: chore - Impl Error for WasmLoaderError
- d7f0c12: test - add script for test coverage
- 7bca4c6: feat - Add runtime V14 support (#15)
- 26cee15: build - new homebrew formula for v0.13.2
Subwasm v0.13.2 (119a4931)
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.2/subwasm_linux_amd64_v0.13.2.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.13.1
Subwasm v0.13.1 (239c9076)
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.1/subwasm_linux_amd64_v0.13.1.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.13.0
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
Subwasm v0.12.1 (de175bbe)
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.12.1/subwasm_linux_amd64_v0.12.1.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.0
- de175bb: docs - minor tweak of the release notes
- 5e36b5c: ci - exclude running the quick checks on version tags where the release workflow does more
- d52968d: Release 0.12.1
- da4818e: feat - add secondary nodes for statemine, westmint and karura
- c1da7c0: ci - improve caching usage
- 72490a7: ci - add caching to the quick-check workflow
- 6f63c1f: docs - add status badge
- 31448b3: chore - dependencies update
- 3ac7aa6: fix - fix the size reported for compressed runtimes
- 1432676: fix - remove unnecessary reference
Subwasm v0.12.0 (11ed3134)
Description
You can find the changelogs below.
Downloads
Download the binary for your OS from below:
- Linux
- MacOS
Install
From source
cargo install --git https://github.com/chevdor/subwasm
Linux
wget https://github.com/chevdor/subwasm/releases/download/v0.12.0/subwasm_linux_amd64_v0.12.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.11.0
- 11ed313: docs - fix doc and release templates [@wilfried Kopp]
- ce2d12c: docs - update doc and demos [@wilfried Kopp]
- 8214694: Release 0.12.0 [@wilfried Kopp]
- ba26c27: fix - calculation of the ipfs hash for compressed runtimes (#9) [@chevdor]
- 06606e1: fix - switch from gitlab to github [@wilfried Kopp]
- 7ca47d6: docs - fix readme [@wilfried Kopp]
- 6644c8c: docs - add generated readme [@wilfried Kopp]
- b7b2224: docs - setup asciidoc to md conversion [@wilfried Kopp]
- 7b1c0f5: fix - remove unnecessary references [@wilfried Kopp]
- 2ef5069: ci - fix ci [@wilfried Kopp]