Skip to content

Latest commit

 

History

History
135 lines (78 loc) · 4.4 KB

CHANGELOG.md

File metadata and controls

135 lines (78 loc) · 4.4 KB

Changelog

[v1.1.1-0.11.1] - 2023-01-13

Fixes

  • add .so / .dylib file and modify Makefile (#85)

[v1.1.1-0.11.0] - 2023-01-11

Features

  • merge upstream 1.1.1 (#84)

Fixes

  • fix: getmetrics test due to this is environment-dependent test (#80)

Changes

  • chore: remove the copied interface from tm-db (#82)
  • refactor: Revert using line/tm-db (#77)
  • ci: add release job (#71)
  • chore: Revert linux_static (#70)

v1.0.0-0.10.0 - 2022-06-21

Features

  • merge upstream 1.0.0 (#64)

Fixes

  • improve CHANGELOG's template and devtools/update_changlog.sh (#60)

v0.16.3-0.9.0 - 2022-03-03

Changes

Features

  • merge upstream 0.16.3 (#54)

Fixes

  • fix Cargo.toml path in devtools/set_version.sh (part of #59)

v0.14.0-0.8.0 - 2021-10-01

Features

  • change tag name for static build (#49)

v0.14.0-0.7.0 - 2021-09-30

Features

  • add static linking of wasmvm (#46)

v0.14.0-0.6.1 - 2021-07-15

Fixes

  • rebuild shared libs to resolve compile error (#44)

v0.14.0-0.6.0 - 2021-07-12

Changes

  • update upstream Cosmwasm/wasmvm version to 0.14.0 (#36)
  • change the depended CosmWasm/cosmwasm to line/cosmwasm

v0.14.0-0.5.0 - 2021-05-12

Changes

  • Change the module uri from github.com/CosmWasm/wasmvm to github.com/link/wasmvm (#23)

v0.14.0-0.4.0 - 2021-05-03

Changes

  • change cargo use to tag from the version (#17)

Code Refactoring

  • add build tag 'mocks' (#16)

  • define own iterator interface spec (#15)

    BREAKING CHANGE

    The implementation of KVStore now must return a newly defined iterator rather than the tm-db defines.

v0.14.0-0.3.0 - 2021-04-08

Changes

  • Update upstream Cosmwasm/wasmvm version to 0.14.0-beta1 (#8)
  • Update the depended line/cosmwasm version to 0.14.0-0.3.0 (#8)
  • Adjust semantic PR validation rule (#9)

v0.12.0-0.1.0 - 2021-02-15

Add

  • Add semantic.yml for semantic pull request (#6)
  • Add CHANGELOG-LINK.md (#3)

Changes

  • Change the depended CosmWasm/cosmwasm to line/cosmwasm (#3)

[wasmvm v0.12.0] - 2021-02-04

Initial code is based on the wasmvm v0.12.0, cosmwasm v0.12.0

Please refer CHANGELOG_OF_WASMVM_v0.12.0