Skip to content

Commit

Permalink
update version and changelog (#53)
Browse files Browse the repository at this point in the history
* Set version: 1.3.0

* Update changelog

* Update changelog
  • Loading branch information
lyh169 authored Aug 24, 2023
1 parent 1bd636f commit 2a28247
Show file tree
Hide file tree
Showing 21 changed files with 114 additions and 93 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.3.0] - 2023-08-24

### Fixed

- cosmwasm-vm: fix the calculation of state data inconsistent([#44]).

[#44]: https://github.com/okx/cosmwasm/pull/44

### Added

- cosmwasm-vm: Optinze the read and write performance ([#43]).
- cosmwasm-vm: Support upgrade cosmwasm ([#45]).
- cosmwasm-vm: Support do_new_contract function, it can support create contract in one contract([#46]).
- cosmwasm-vm: Support do_call and do_delegate_call function, it can support cross contract call ([#47]).
- cosmwasm-vm: Support gas table function ([#49]).

[#43]: https://github.com/okx/cosmwasm/pull/43
[#45]: https://github.com/okx/cosmwasm/pull/45
[#46]: https://github.com/okx/cosmwasm/pull/46
[#47]: https://github.com/okx/cosmwasm/pull/47
[#49]: https://github.com/okx/cosmwasm/pull/49

### Changed

Expand Down Expand Up @@ -1792,7 +1812,8 @@ Some main points:

All future Changelog entries will reference this base

[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v1.3.0-rc.0...HEAD
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.3.0...v1.3.0-rc.0
[1.3.0-rc.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.2.7...v1.3.0-rc.0
[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
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.

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

Loading

0 comments on commit 2a28247

Please sign in to comment.