[v1.1.1-0.11.1] - 2023-01-13
- add .so / .dylib file and modify Makefile (#85)
[v1.1.1-0.11.0] - 2023-01-11
- merge upstream 1.1.1 (#84)
- fix: getmetrics test due to this is environment-dependent test (#80)
- 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
- merge upstream 1.0.0 (#64)
- improve CHANGELOG's template and devtools/update_changlog.sh (#60)
v0.16.3-0.9.0 - 2022-03-03
- merge upstream 0.16.3 (#54)
- fix Cargo.toml path in devtools/set_version.sh (part of #59)
v0.14.0-0.8.0 - 2021-10-01
- change tag name for static build (#49)
v0.14.0-0.7.0 - 2021-09-30
- add static linking of wasmvm (#46)
v0.14.0-0.6.1 - 2021-07-15
- rebuild shared libs to resolve compile error (#44)
v0.14.0-0.6.0 - 2021-07-12
- update upstream Cosmwasm/wasmvm version to 0.14.0 (#36)
- Please refer CHANGELOG_OF_WASMVM_v0.14.0
- change the depended CosmWasm/cosmwasm to line/cosmwasm
v0.14.0-0.5.0 - 2021-05-12
- Change the module uri from github.com/CosmWasm/wasmvm to github.com/link/wasmvm (#23)
v0.14.0-0.4.0 - 2021-05-03
- change cargo use to tag from the version (#17)
-
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
- Update upstream Cosmwasm/wasmvm version to 0.14.0-beta1 (#8)
- Please refer CHANGELOG_OF_WASMVM_v0.14.0-beta1
- 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 semantic.yml for semantic pull request (#6)
- Add CHANGELOG-LINK.md (#3)
- Change the depended CosmWasm/cosmwasm to line/cosmwasm (#3)
Initial code is based on the wasmvm v0.12.0, cosmwasm v0.12.0
Please refer CHANGELOG_OF_WASMVM_v0.12.0