Skip to content

Releases: larry0x/cw-plus-plus

ownable-v2.1.0

14 Aug 19:02
ownable-v2.1.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...ownable-v2.1.0

v2.0.0

12 Aug 13:27
Compare
Choose a tag to compare
  • Bump CosmWasm dependencies to 2.0

Misc

  • Unified package versions for simplicity.

cw-ownable v0.5.0

11 Feb 02:54
c38a4ea
Compare
Choose a tag to compare
  • initialize_owner function now returns the ownership info that was just saved (#12)

v0.6.0

29 Oct 01:06
7b063aa
Compare
Choose a tag to compare

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