Skip to content

Commit

Permalink
Set version: 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Aug 5, 2021
1 parent 67c69f9 commit c149378
Show file tree
Hide file tree
Showing 18 changed files with 74 additions and 71 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to

## [Unreleased]

## [0.16.0] - 2021-08-05

### Added

- cosmwasm-std: Added the `IbcChannelOpenMsg`, `IbcChannelConnectMsg`,
Expand Down Expand Up @@ -1071,7 +1073,8 @@ Some main points:

All future Changelog entries will reference this base

[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v0.15.2...HEAD
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v0.16.0...HEAD
[0.16.0]: https://github.com/CosmWasm/cosmwasm/compare/v0.15.2...v0.16.0
[0.15.2]: https://github.com/CosmWasm/cosmwasm/compare/v0.15.1...v0.15.2
[0.15.1]: https://github.com/CosmWasm/cosmwasm/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/CosmWasm/cosmwasm/compare/v0.14.1...v0.15.0
Expand Down
12 changes: 6 additions & 6 deletions 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 MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This guide explains what is needed to upgrade contracts when migrating over
major releases of `cosmwasm`. Note that you can also view the
[complete CHANGELOG](./CHANGELOG.md) to understand the differences.

## 0.15 -> 0.16 (unreleased)
## 0.15 -> 0.16

- Update CosmWasm dependencies in Cargo.toml (skip the ones you don't use):

Expand Down
10 changes: 5 additions & 5 deletions contracts/burner/Cargo.lock

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

12 changes: 6 additions & 6 deletions contracts/crypto-verify/Cargo.lock

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

12 changes: 6 additions & 6 deletions contracts/floaty/Cargo.lock

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

12 changes: 6 additions & 6 deletions contracts/hackatom/Cargo.lock

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

12 changes: 6 additions & 6 deletions contracts/ibc-reflect-send/Cargo.lock

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

12 changes: 6 additions & 6 deletions contracts/ibc-reflect/Cargo.lock

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

Loading

0 comments on commit c149378

Please sign in to comment.