Skip to content

Commit c9a5141

Browse files
committed
Set version: 0.10.1
1 parent 37be7c4 commit c9a5141

File tree

15 files changed

+43
-36
lines changed

15 files changed

+43
-36
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## 0.10.1 (2020-08-25)
4+
5+
**cosmwasm-std**
6+
7+
- Fix bug where `ExternalStorage.range()` would cause VM error if either lower
8+
or upper bound was set ([#508](https://github.com/CosmWasm/cosmwasm/issues/508))
9+
310
## 0.10.0 (2020-07-30)
411

512
**all**

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/burner/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/hackatom/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/hackatom/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hackatom"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2018"
66
publish = false

contracts/queue/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "queue"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["Ethan Frey <[email protected]>"]
55
edition = "2018"
66
publish = false

contracts/reflect/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/reflect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reflect"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
authors = ["Ethan Frey <[email protected]>"]
55
publish = false
66
edition = "2018"

contracts/staking/Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)