Releases: desmos-labs/contracts-bindings
Releases · desmos-labs/contracts-bindings
v3.0.0
Version 3.0.0
Breaking changes
With this version, the following changes have been made:
Post structure now requires owner field
Features
- (#303) Supported x/tokenfactory feature
Dependencies
- (#246) Bumped strum_macros to 0.25.3
- (#295) Bumped quote to 1.0.33
- (#300) Bumped proto to Desmos v6
- (#307) Bumped serde to 1.0.192
- (#309) Bumped schemars to 0.8.15
- (#310) Bumped chrono to 0.4.31
- (#315) Bumped prost-types to 0.12.1
- (#316) Bumped prost to 0.12.0
- (#317) Bumped cosmwasm-std to v1.5.0
- (#319) Bumped cosmwasm-schema to v1.5.0
- (#328) Bumped syn to 2.0.39
- (#329) Bumped base64 to 0.21.5
- (#331) Bumped proc-macro2 to 1.0.69
- (#356) Bumped thiserror to 1.0.50
- (#352) Bumped regex to 1.10.0
- (#338) Bumped trybuild to 1.0.85
Other
v2.0.1
Version 2.0.1
Dependencies
- (#205) Bump prettyplease from 0.2.5 to 0.2.6
- (#206) Bump base64 from 0.21.0 to 0.21.2
- (#208) Bump quote from 1.0.27 to 1.0.28
- (#211) Bump log from 0.4.17 to 0.4.18
- (#215) Bump chrono from 0.4.24 to 0.4.26
- (#218) Bump regex from 1.8.1 to 1.8.4
- (#219) Bump cosmwasm-schema from 1.2.5 to 1.2.6
- (#220) Bump cosmwasm-std from 1.2.5 to 1.2.6
- (#223) Bump cw-multi-test from 0.16.4 to 0.16.5
- (#224) Bump proc-macro2 from 1.0.58 to 1.0.60
v2.0.0
Version 2.0.0
Breaking changes
With this version, all the methods now are base on stargate feature. For this reason, the following changes have been made:
DepsMut<DesmosQuery>
andDeps<DesmosQuery>
have to be replaced intoDepMut<Empty>
andDeps<Empty>
Response<DesmosMsg>
has to be replaced intoResponse<Empty>
- all the modules message builders have to be replace to the new version builders, i.e.,
ProfilesMsg
,PostsMsg
and etc. - all the modules queriers have to be replace to the new version queriers, i.e.,
ProfilesQuerier
,PostsQuerier
and etc. mock_apps
library has to be removed since cw_multi_test does not support stargate feature
Features
- (#116) Added stargate support
- (#116) Updated subspace from v2 to v3
- (#213) Added subspace v3 new methods:
MsgGrantTreasuryAuthorization
,MsgGrantAllowance
,MsgRevokeAllowance
,QueryUserAllowances
andQueryGroupAllowances
.
Dependencies
- (#194) Bumped cosmwasm-std to 1.2.5