Skip to content

Commit

Permalink
Merge pull request #1912 from CosmWasm/merge-1-4
Browse files Browse the repository at this point in the history
Merge 1.4
  • Loading branch information
chipshort authored Oct 11, 2023
2 parents 0b1435d + 5065d6c commit 5d37397
Show file tree
Hide file tree
Showing 23 changed files with 218 additions and 118 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,28 @@ and this project adheres to
[#1807]: https://github.com/CosmWasm/cosmwasm/pull/1807
[#1864]: https://github.com/CosmWasm/cosmwasm/pull/1864

## [1.4.1] - 2023-10-09

## Fixed

- cosmwasm-vm: Fix a 1.3.x -> 1.4.0 regression bug leading to a _Wasmer runtime
error: RuntimeError: out of bounds memory access_ in cases when the Wasm file
is re-compiled and used right away. ([#1907])

[#1907]: https://github.com/CosmWasm/cosmwasm/pull/1907

### Changed

- cosmwasm-check: Use "=" for pinning the versions of cosmwasm-vm and
cosmwasm-std dependencies. This ensures that you can use an older version of
cosmwasm-check together with the VM of the same version by doing
`cargo install [email protected]`. A typical use case would be to check a
contract with CosmWasm 1.4, 1.5 and 2.0. Note that other dependencies are
still upgraded when using `cargo install` which may lead to API, behavioural
or compiler incompatibilities. The
[--locked](https://doc.rust-lang.org/cargo/commands/cargo-install.html#dealing-with-the-lockfile)
feature allows you use the versions locked when the release was created.

## [1.4.0] - 2023-09-04

### Added
Expand Down Expand Up @@ -562,7 +584,8 @@ and this project adheres to
The CHANGELOG for versions before 1.0.0 was moved to
[CHANGELOG-pre1.0.0.md](./CHANGELOG-pre1.0.0.md).

[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v1.4.0...HEAD
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v1.4.1...HEAD
[1.4.1]: https://github.com/CosmWasm/cosmwasm/compare/v1.4.0...1.4.1
[1.4.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.3.3...v1.4.0
[1.3.3]: https://github.com/CosmWasm/cosmwasm/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/CosmWasm/cosmwasm/compare/v1.3.1...v1.3.2
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 5d37397

Please sign in to comment.