Skip to content

Commit

Permalink
Merge pull request #1730 from CosmWasm/release-1-2-7
Browse files Browse the repository at this point in the history
Release 1.2.7
  • Loading branch information
chipshort authored Jun 19, 2023
2 parents 87359df + c986b26 commit 0739958
Show file tree
Hide file tree
Showing 21 changed files with 103 additions and 100 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]

## [1.2.7] - 2023-06-19

### Added

- cosmwasm-std: Add `<<` and `<<=` implementation for `Uint{64,128,256,512}`
Expand Down Expand Up @@ -1714,7 +1716,8 @@ Some main points:

All future Changelog entries will reference this base

[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v1.2.6...HEAD
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v1.2.7...HEAD
[1.2.7]: https://github.com/CosmWasm/cosmwasm/compare/v1.2.6...v1.2.7
[1.2.6]: https://github.com/CosmWasm/cosmwasm/compare/v1.2.5...v1.2.6
[1.2.5]: https://github.com/CosmWasm/cosmwasm/compare/v1.2.4...v1.2.5
[1.2.4]: https://github.com/CosmWasm/cosmwasm/compare/v1.2.3...v1.2.4
Expand Down
16 changes: 8 additions & 8 deletions 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/burner/Cargo.lock

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

14 changes: 7 additions & 7 deletions contracts/crypto-verify/Cargo.lock

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

14 changes: 7 additions & 7 deletions contracts/cyberpunk/Cargo.lock

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

14 changes: 7 additions & 7 deletions contracts/floaty/Cargo.lock

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

14 changes: 7 additions & 7 deletions contracts/hackatom/Cargo.lock

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

Loading

0 comments on commit 0739958

Please sign in to comment.