Skip to content

Commit 32b1fe6

Browse files
committed
Set version: 0.15.0
1 parent 13decc5 commit 32b1fe6

File tree

17 files changed

+73
-70
lines changed

17 files changed

+73
-70
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to
66

77
## [Unreleased]
88

9+
## [0.15.0] - 2021-06-24
10+
911
### Added
1012

1113
- cosmwasm-std: Implement `Sub` and `SubAssign` for `Uint128`
@@ -981,7 +983,8 @@ Some main points:
981983

982984
All future Changelog entries will reference this base
983985

984-
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v0.14.1...HEAD
986+
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v0.15.0...HEAD
987+
[0.15.0]: https://github.com/CosmWasm/cosmwasm/compare/v0.14.1...v0.15.0
985988
[0.14.1]: https://github.com/CosmWasm/cosmwasm/compare/v0.14.0...v0.14.1
986989
[0.14.0]: https://github.com/CosmWasm/cosmwasm/compare/v0.13.1...v0.14.0
987990
[0.13.2]: https://github.com/CosmWasm/cosmwasm/compare/v0.13.1...v0.13.2

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/burner/Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/crypto-verify/Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/floaty/Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/hackatom/Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/ibc-reflect-send/Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/ibc-reflect/Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)