Skip to content

Commit

Permalink
Set version: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Apr 17, 2023
1 parent 6986836 commit 16904f2
Show file tree
Hide file tree
Showing 17 changed files with 78 additions and 70 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to

## [Unreleased]

## [1.0.1] - 2023-04-17

### Fixed

- cosmwasm-vm: Add call depths limit

## [1.0.0] - 2022-05-14

### Added
Expand Down Expand Up @@ -1357,7 +1363,9 @@ Some main points:

All future Changelog entries will reference this base

[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v1.0.0-rc.0...HEAD
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/CosmWasm/cosmwasm/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.0.0-rc.0...v1.0.0
[1.0.0-rc.0]:
https://github.com/CosmWasm/cosmwasm/compare/v1.0.0-beta8...v1.0.0-rc.0
[1.0.0-beta8]:
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.

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 16904f2

Please sign in to comment.