Releases: larry0x/cw-plus-plus
Releases · larry0x/cw-plus-plus
ownable-v2.1.0
What's Changed
- add multi-owner
cw-ownable
with cosmwasm v2 by @mintthemoon in #25
New Contributors
- @mintthemoon made their first contribution in #25
Full Changelog: v2.0.0...ownable-v2.1.0
v2.0.0
- Bump CosmWasm dependencies to 2.0
Misc
- Unified package versions for simplicity.
cw-ownable v0.5.0
initialize_owner
function now returns the ownership info that was just saved (#12)
v0.6.0
cw-item-set
- Add a
counter
feature, which enables the set to track the total number of items in it. - Add a
clear
method for deleting all items in the set.
Misc
- Add CI, Makefile, new license according to my project template.