Skip to content

Commit

Permalink
Merge branch '0.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jan 14, 2021
2 parents 2b7eef9 + 3d5e7e5 commit 24c357a
Show file tree
Hide file tree
Showing 12 changed files with 343 additions and 336 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ and this project adheres to
[#696]: https://github.com/CosmWasm/cosmwasm/issues/696
[#697]: https://github.com/CosmWasm/cosmwasm/issues/697

## [0.13.1] - 2020-01-12
## [0.13.2] - 2021-01-14

## Changed

- cosmwasm-vm: Update Wasmer to 1.0.1.

## [0.13.1] - 2021-01-12

### Added

Expand All @@ -36,7 +42,7 @@ and this project adheres to
and `cosmwasm_std::create_entry_points_with_migration!(contract)`. Both ways
are supported in the 0.13 series.

## [0.13.0]2020-01-06
## [0.13.0]2021-01-06

## Added

Expand Down Expand Up @@ -686,5 +692,6 @@ Some main points:
All future Changelog entries will reference this base

[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v0.13.1...HEAD
[0.13.2]: https://github.com/CosmWasm/cosmwasm/compare/v0.13.1...v0.13.2
[0.13.1]: https://github.com/CosmWasm/cosmwasm/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/CosmWasm/cosmwasm/compare/v0.12.0...v0.13.0
108 changes: 54 additions & 54 deletions Cargo.lock

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

Loading

0 comments on commit 24c357a

Please sign in to comment.