[v1.1.9+0.9.0] - 2024-02-13
- Set version: 1.1.9+0.9.0 (#345)
- add the description of versioning rule (#330)
- enable sign ext for wasm generated with rust 1.70 (#344)
[v1.1.9+0.8.1] - 2023-09-21
- set version to 1.1.9+0.8.1 and fix get_version.sh (#329)
[v1.1.9+0.8.0] - 2023-09-13
- set version to 1.1.9+0.8.0 (#328)
- added query_queue docker command (#322)
[v1.1.9-0.7.0] - 2023-04-27
- 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)
- add codeowners file (#275)
- 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
- fix github release action bug (#199)
- 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)
- 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
[0.16.3-0.5.0] - 2022-03-02
- 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)
- 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
- Update upstream Cosmwasm/cosmwasm version to 0.14.0 (#122)
- Please refer CHANGELOG_OF_COSMWASM_v0.14.0
- Remove cosmwasm-ext (#117)
- 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
- Update upstream Cosmwasm/cosmwasm version to 0.14.0-beta1 (#86)
- Please refer CHANGELOG_OF_COSMWASM_v0.14.0-beta1
[v0.12.0-0.2.0] - 2021-03-29
- 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)
- 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)
- Fix bugs on ext packages and refine it (#35)
Initial code is based on the cosmwasm v0.12.0
- (cosmwasm) v0.12.0.
Please refer CHANGELOG_OF_COSMWASM_v0.12.0