Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberHoward authored Aug 13, 2024
1 parent 07ac6f9 commit 2c6d0f5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

A collection of [CosmWasm][1] utilities and helper libraries.

> These packages are compatible with CosmWasm `1.x` for all versions `<2.0`.
## Contents

| Crate | Version | Description |
| ------------------------ | ------- | ----------------------------------------------------------------------- |
| [cw-address-like][2] | v1.0.4 | A trait that marks unchecked or checked address strings |
| [cw-item-set][3] | v0.7.1 | Set of non-duplicate items for storage |
| [cw-optional-indexes][4] | v0.1.1 | Index types for `IndexedMap` where an item may or may not have an index |
| [cw-ownable][5] | v0.5.1 | Utility for controlling contract ownership |
| [cw-paginate][6] | v0.2.1 | Helper function for interating maps |
| [cw-address-like][2] | v2.0.0 | A trait that marks unchecked or checked address strings |
| [cw-item-set][3] | v2.0.0 | Set of non-duplicate items for storage |
| [cw-optional-indexes][4] | v2.0.0 | Index types for `IndexedMap` where an item may or may not have an index |
| [cw-ownable][5] | v2.0.0 | Utility for controlling contract ownership |
| [cw-paginate][6] | v2.0.0 | Helper function for interating maps |

## License

Expand Down

0 comments on commit 2c6d0f5

Please sign in to comment.