Skip to content

Subwasm v0.21.0 (dec7b3ee)

Compare
Choose a tag to compare
@github-actions github-actions released this 21 May 13:33
dec7b3e

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.21.0

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --locked --git https://github.com/chevdor/subwasm

Linux

wget https://github.com/chevdor/subwasm/releases/download/v0.21.0/subwasm_linux_amd64_v0.21.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.20.0

  • 3652094: Removed the unnecessary flags as per the latest version (#82)
  • 8cce565: ENV - AUTHORIZE_UPGRADE_CHECK_VERSION
  • 03dc035: Remove unused imports
  • c973129: Exclude windows from tests
  • 04e6556: Switch to the monorepo (#83)
  • 1c8446b: Deps upgrade incl. substrate monthly-2023-08
  • d141f04: Update to substrate monthly-2023-07
  • 5efc385: Remove deprecated features
  • 70bdf63: Ignore executables
  • 169b8e5: Remove deprecated function
  • d705118: Fix readme
  • 00a9beb: Fix location of the version
  • 8206a71: use rustls not openssl for added rustiness (#78)
  • e8a0eee: build - new homebrew formula for v0.20.0