Skip to content

Latest commit

 

History

History
175 lines (106 loc) · 7.98 KB

CHANGELOG.md

File metadata and controls

175 lines (106 loc) · 7.98 KB

Changelog

[v1.1.9+0.9.0] - 2024-02-13

Changes

  • Set version: 1.1.9+0.9.0 (#345)

Docs

  • add the description of versioning rule (#330)

Features

  • enable sign ext for wasm generated with rust 1.70 (#344)

Fixes

  • patch CWA-2023-004 (#343)
  • update codeowner (#333)

[v1.1.9+0.8.1] - 2023-09-21

Changes

  • set version to 1.1.9+0.8.1 and fix get_version.sh (#329)

[v1.1.9+0.8.0] - 2023-09-13

Changes

  • set version to 1.1.9+0.8.0 (#328)

Docs

  • added query_queue docker command (#322)

[v1.1.9-0.7.0] - 2023-04-27

Ci

  • renew how to check the WASM in release (#298)
  • update rust-optimizer version used in release ci (#293)
  • add ci tests for package derive (#231)
  • fix broken workflow for benchmarking (#209)
  • fix broken ci tests.yml (#210)

Docs

  • replace line with finschia in docs, comments, and scripts related docs (#290)
  • fix dead links (#253)

Features

  • add codeowners file (#275)

Fixes

  • release action ends with success without renew tag (#206)
  • re create README.md (#201)
  • fix keys of action caches for contracts (#204)
  • add voting_with_uuid to README and tests in actions (#205)
  • update query-queue to version 1.0.0 (#203)

[v1.0.0-0.6.0] - 2022-06-03

Ci

  • fix github release action bug (#199)

Features

  • add integration tests for query-queue (#197)
  • add a contract query-queue (#183)
  • add memory_limit arg to some Contract's functions (#179)
  • simplify vm::testing::Contract (#181)
  • cherry pick upstream's commits about vm querier mock (#180)

Fixes

  • make query-queue's entry points using entry_points (#198)
  • fix author of query-queue contract (#196)
  • modify the chglog template to filter commits and correct PRs' URL (#170)
  • fix release.yml to trigger release only when PR is merged (#172)

[0.16.3-0.5.1] - 2022-03-03

Fixes

  • downgrade wasmer version 2.0.0 (#166)
  • copy with cargo.lock in release CD (#168)

[0.16.3-0.5.0] - 2022-03-02

Features

  • Add derive macro "IntoEvent" (#161)
  • merge original version 0.16.3 (#148)
  • support Uuid type and sha1_calculate API (#145)
  • Add release automation config (#108)

Fixes

  • exclude floaty from release checking (#165)
  • update rust version in release.yml (#163)
    • change the MSRV (Minimum Supported Rust Version) to 1.57.0
  • export vm::testing::contract::Contract (#147)
  • export DivideByZeroError to pub (#140)

[v0.14.0-0.4.0] - 2021-06-28

Changes

Removes

  • Remove cosmwasm-ext (#117)

Chores

  • ci: Migrate CI to Actions (#104)
  • docs: Renew CHANGELOG form (#111)
  • docs: Add copyright to license and notice (#113)
  • docs: Add contributing and CoC (#114)
  • docs: Remove docs and add links to original docs (#115)
  • Modify package description (#114)
  • ci: Fix shellcheck failure (#119)
  • docs: Change ref links to ours (#120)
  • Merge develop into main (#124)
  • Update pull request template (#125)
  • Rename lbm to lfb (#126)
  • Replace links in source (#127)

[v0.14.0-0.3.0] - 2021-04-02

Changes

[v0.12.0-0.2.0] - 2021-03-29

Features

  • Add vm::testing::MockApi::new_with_gas_cost to specify how much gas api consume (#89)
  • Add vm::testing::Contract for integration test using more actual flow (#87)

[v0.12.0-0.1.0] - 2021-01-27

Features

  • Add approve, burn_from and transfer_from for token/collection (#29)
  • Add features to use collection module in ext and add tests for it (#8)
  • Add features to use token module in ext and add tests for it (#7)
  • Add the ext package and tests for it. It is a wrapper to use token and collection module from contracts (#6)

Fixes

  • Fix bugs on ext packages and refine it (#35)

[cosmwasm v0.12.0] - 2021-01-05

Initial code is based on the cosmwasm v0.12.0

Please refer CHANGELOG_OF_COSMWASM_v0.12.0