Skip to content

Releases: chevdor/subwasm

Subwasm v0.21.3 (aa8acb6f)

31 May 09:34
aa8acb6
Compare
Choose a tag to compare

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.3/subwasm_linux_amd64_v0.21.3.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.21.2

  • a9f8975: allow reading the timestamp for build date from SOURCE_DATE_EPOCH (#95)

Subwasm v0.21.2 (fd2964a0)

22 May 13:34
fd2964a
Compare
Choose a tag to compare

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.2/subwasm_linux_amd64_v0.21.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.21.1

  • fd2964a: Prep for new version
  • be92a99: fix commit and build date in version string (#93)
  • 03d789a: build - new homebrew formula for v0.21.1

Subwasm v0.21.1 (8f8c7f2a)

21 May 17:05
8f8c7f2
Compare
Choose a tag to compare

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.1/subwasm_linux_amd64_v0.21.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.21.0

Subwasm v0.21.0 (dec7b3ee)

21 May 13:33
dec7b3e
Compare
Choose a tag to compare

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

Subwasm v0.20.0 (8c960dda)

23 Jun 07:03
8c960dd
Compare
Choose a tag to compare

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.20.0/subwasm_linux_amd64_v0.20.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 v1.0.0-alpha9

  • 8c960dd: Fix gh pages permissions issue
  • bd03c3f: Fix RequireTransactionVersionBump and add tracing (#77)
  • 58ade0e: Fix system.set_code index (#75)
  • f601a37: build - new homebrew formula for v1.0.0-alpha9

Subwasm v0.19.1 (b8560209)

21 Apr 14:10
b856020
Compare
Choose a tag to compare

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.19.1/subwasm_linux_amd64_v0.19.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.19.0

Subwasm v0.19.0 (bfc5fc8b)

07 Feb 13:52
bfc5fc8
Compare
Choose a tag to compare

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.19.0/subwasm_linux_amd64_v0.19.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.18.0

Subwasm v0.18.0 (f0ebe6db)

04 Jul 16:03
f0ebe6d
Compare
Choose a tag to compare

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.18.0/subwasm_linux_amd64_v0.18.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.17.1

  • f0ebe6d: Add new version command (#48)
  • ce5b695: Allow user overriding the Parachain Pallet Id (#46)

Subwasm v0.17.1 (70ece054)

23 May 13:46
70ece05
Compare
Choose a tag to compare

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.17.1/subwasm_linux_amd64_v0.17.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.17.0

  • 113e0af: Update deps including jsonrpsee to 0.13.x
  • f95f346: Attempt to fix sporadic issue on Linux
  • de9a16b: Minor fixes and deps update
  • 045fdb4: Generate demos before updating the doc

Subwasm v0.17.0 (568f765d)

30 Mar 11:53
568f765
Compare
Choose a tag to compare

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.17.0/subwasm_linux_amd64_v0.17.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.16.0