diff --git a/Cargo.toml b/Cargo.toml index b81b5f3..2d2f715 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ categories = ["cryptography::cryptocurrencies"] keywords = ["CosmWasm"] [workspace.dependencies] -storey = { path = "crates/storey", version = "0.1" } +storey = { path = "crates/storey", version = "0.2" } diff --git a/crates/cw-storey/CHANGELOG.md b/crates/cw-storey/CHANGELOG.md index f78b7f5..01f01d4 100644 --- a/crates/cw-storey/CHANGELOG.md +++ b/crates/cw-storey/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/CosmWasm/storey/compare/cw-storey-v0.1.0...cw-storey-v0.1.1) - 2024-03-27 + +### Other +- *(stork)* reorganize storage code +- release + ## [0.1.0](https://github.com/CosmWasm/storey/releases/tag/cw-storey-v0.1.0) - 2024-03-22 ### Added diff --git a/crates/cw-storey/Cargo.toml b/crates/cw-storey/Cargo.toml index 8128179..8125bea 100644 --- a/crates/cw-storey/Cargo.toml +++ b/crates/cw-storey/Cargo.toml @@ -6,7 +6,7 @@ repository = { workspace = true } homepage = { workspace = true } categories = { workspace = true } keywords = { workspace = true } -version = "0.1.0" +version = "0.1.1" edition = "2021" license = { workspace = true } diff --git a/crates/storey/CHANGELOG.md b/crates/storey/CHANGELOG.md index 2297644..a06867b 100644 --- a/crates/storey/CHANGELOG.md +++ b/crates/storey/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0](https://github.com/CosmWasm/storey/compare/storey-v0.1.0...storey-v0.2.0) - 2024-03-27 + +### Other +- *(stork)* reorganize storage code +- update `storey` manifest with a readme +- release + ## [0.1.0](https://github.com/CosmWasm/storey/releases/tag/storey-v0.1.0) - 2024-03-22 ### Other diff --git a/crates/storey/Cargo.toml b/crates/storey/Cargo.toml index 594778b..fdd83b4 100644 --- a/crates/storey/Cargo.toml +++ b/crates/storey/Cargo.toml @@ -7,7 +7,7 @@ repository = { workspace = true } homepage = { workspace = true } categories = { workspace = true } keywords = { workspace = true } -version = "0.1.0" +version = "0.2.0" edition = "2021" rust-version = "1.65" # https://caniuse.rs/features/generic_associated_types license = { workspace = true }