Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 1.4 #1912

Merged
merged 16 commits into from
Oct 11, 2023
Merged

Merge 1.4 #1912

merged 16 commits into from
Oct 11, 2023

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    9b11258 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1860 from CosmWasm/cosmwasm-check-versions

    Require cosmwasm-vm and cosmwasm-std to match cosmwasm-check version
    webmaster128 authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    97adda6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    3579e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a440660 View commit details
    Browse the repository at this point in the history
  3. Fix misuse of Module

    Before this fix, the compiling engine was attached to the Module
    instance (indirectly via the artifact). However, the Store used was
    created from a different engine.
    webmaster128 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    d9e0592 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    949d82b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8520171 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c7b93d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b76c1e5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e99425b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7774c74 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1907 from CosmWasm/fix-module-usage

    Fix usage of Wasmer Module when recompiling Wasm (regression bug 1.3.x -> 1.4.0)
    webmaster128 authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    7309960 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Set version: 1.4.1

    chipshort committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    dc2eca7 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    chipshort committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3f93174 View commit details
    Browse the repository at this point in the history
  3. Fix docs.rs features

    chipshort committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    9410fa2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release/1.4'

    chipshort committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5065d6c View commit details
    Browse the repository at this point in the history