bump version (#22)

This commit is contained in:
Filipe Azevedo
2022-06-08 09:29:51 +01:00
committed by GitHub
parent d1648be274
commit 4a394c5f88
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ The interface provided to smart contracts will adhere to semver with one excepti
major version bumps will be backwards compatible with regard to already deployed contracts.
In other words: Upgrading this pallet will not break pre-existing contracts.
## [v0.1.2] 2022-06-06
## [v0.2.0] 2022-06-06
- Adjust debug information (if already parsed) when injecting gas metering
[#16](https://github.com/paritytech/wasm-instrument/pull/16)
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "wasm-instrument"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
rust-version = "1.56.1"
authors = ["Parity Technologies <admin@parity.io>"]