Skip to content

Commit

Permalink
bump cw-ownable to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
larry0x committed Feb 11, 2023
1 parent 8d340dc commit c38a4ea
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["cosmos", "cosmwasm"]
cosmwasm-schema = "1.1"
cosmwasm-std = "1.1"
cw-address-like = { version = "1.0.3", path = "./packages/address-like" }
cw-ownable-derive = { version = "0.4.0", path = "./packages/ownable/derive" }
cw-ownable-derive = { version = "0.5.0", path = "./packages/ownable/derive" }
cw-storage-plus = "1.0"
cw-utils = "1.0"
proc-macro2 = "1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A collection of [CosmWasm](https://github.com/CosmWasm/cosmwasm) utilities and h
| [cw-address-like](./packages/address-like/) | v1.0.2 | A trait that marks unchecked or checked address strings |
| [cw-item-set](./packages/item-set/) | v0.7.0 | Set of non-duplicate items for storage |
| [cw-optional-indexes](./packages/optional-indexes/) | v0.1.0 | Index types for `IndexedMap` where an item may or may not have an index |
| [cw-ownable](./packages/ownable/) | v0.3.0 | Utility for controlling contract ownership |
| [cw-ownable](./packages/ownable/) | v0.5.0 | Utility for controlling contract ownership |
| [cw-paginate](./packages/paginate/) | v0.2.0 | Helper function for interating maps |

## License
Expand Down
2 changes: 1 addition & 1 deletion packages/ownable/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-ownable"
version = "0.4.0"
version = "0.5.0"
description = "Utility for controlling ownership of CosmWasm smart contracts"
authors = { workspace = true }
edition = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion packages/ownable/derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw-ownable-derive"
version = "0.4.0"
version = "0.5.0"
description = "Macros for generating code used by the `cw-ownable` crate"
authors = { workspace = true }
edition = { workspace = true }
Expand Down

0 comments on commit c38a4ea

Please sign in to comment.