Skip to content

Commit 9b3c0c4

Browse files
committed
Set version: 0.14.1
1 parent 942c535 commit 9b3c0c4

File tree

16 files changed

+69
-66
lines changed

16 files changed

+69
-66
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.14.1] - 2021-06-14
10+
911
### Added
1012

1113
- cosmwasm-std: Add `Timestamp::minus_seconds` and `::minus_nanos`.
@@ -17,8 +19,8 @@ and this project adheres to
1719

1820
### Fixed
1921

20-
- cosmwasm-std: Fix `Uint64::multiply_ratio` and `Uint128::multiply_ratio`
21-
so that internal multiplication cannot cause an unnecessary overflow. ([#920])
22+
- cosmwasm-std: Fix `Uint64::multiply_ratio` and `Uint128::multiply_ratio` so
23+
that internal multiplication cannot cause an unnecessary overflow. ([#920])
2224

2325
[#920]: https://github.com/CosmWasm/cosmwasm/issues/920
2426

@@ -910,7 +912,8 @@ Some main points:
910912

911913
All future Changelog entries will reference this base
912914

913-
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v0.14.0...HEAD
915+
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v0.14.1...HEAD
916+
[0.14.1]: https://github.com/CosmWasm/cosmwasm/compare/v0.14.0...v0.14.1
914917
[0.14.0]: https://github.com/CosmWasm/cosmwasm/compare/v0.13.1...v0.14.0
915918
[0.13.2]: https://github.com/CosmWasm/cosmwasm/compare/v0.13.1...v0.13.2
916919
[0.13.1]: https://github.com/CosmWasm/cosmwasm/compare/v0.13.0...v0.13.1

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/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.

contracts/queue/Cargo.lock

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

0 commit comments

Comments
 (0)