Skip to content

Commit

Permalink
Set version: 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jun 29, 2020
1 parent fe42396 commit 6d9bdc8
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 0.9.2 (not yet released)
## 0.9.2 (2020-06-29)

- Downgrade wasmer to 0.17.0.

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions contracts/burner/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions contracts/hackatom/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/hackatom/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hackatom"
version = "0.9.1"
version = "0.9.2"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
publish = false
Expand Down
8 changes: 4 additions & 4 deletions contracts/queue/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/queue/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "queue"
version = "0.9.1"
version = "0.9.2"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
publish = false
Expand Down
10 changes: 5 additions & 5 deletions contracts/reflect/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/reflect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reflect"
version = "0.9.1"
version = "0.9.2"
authors = ["Ethan Frey <[email protected]>"]
publish = false
edition = "2018"
Expand Down
10 changes: 5 additions & 5 deletions contracts/staking/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/staking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "staking"
version = "0.9.1"
version = "0.9.2"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion packages/schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmwasm-schema"
version = "0.9.1"
version = "0.9.2"
authors = ["Simon Warta <[email protected]>", "Ethan Frey <[email protected]>"]
edition = "2018"
description = "A dev-dependency for CosmWasm contracts to generate JSON Schema files."
Expand Down
2 changes: 1 addition & 1 deletion packages/std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmwasm-std"
version = "0.9.1"
version = "0.9.2"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "Standard library for Wasm based smart contracts on Cosmos blockchains"
Expand Down
4 changes: 2 additions & 2 deletions packages/storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmwasm-storage"
version = "0.9.1"
version = "0.9.2"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "CosmWasm library with useful helpers for Storage patterns"
Expand All @@ -19,7 +19,7 @@ iterator = ["cosmwasm-std/iterator"]

[dependencies]
# Uses the path when built locally; uses the given version from crates.io when published
cosmwasm-std = { path = "../std", version = "0.9.1" }
cosmwasm-std = { path = "../std", version = "0.9.2" }
serde = { version = "1.0.103", default-features = false, features = ["derive", "alloc"] }

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions packages/vm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cosmwasm-vm"
version = "0.9.1"
version = "0.9.2"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "VM bindings to run cosmwams contracts"
Expand Down Expand Up @@ -31,7 +31,7 @@ staking = ["cosmwasm-std/staking"]

[dependencies]
# Uses the path when built locally; uses the given version from crates.io when published
cosmwasm-std = { path = "../std", version = "0.9.1" }
cosmwasm-std = { path = "../std", version = "0.9.2" }
serde_json = "1.0"
wasmer-runtime-core = "=0.17.0"
wasmer-middleware-common = "=0.17.0"
Expand Down

0 comments on commit 6d9bdc8

Please sign in to comment.