From e4b02981d6e899e235befc51a18b62d3148e576a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 11:07:22 +0000 Subject: [PATCH] chore: release --- Cargo.toml | 2 +- crates/cw-storey/CHANGELOG.md | 5 +++++ crates/cw-storey/Cargo.toml | 2 +- crates/storey/CHANGELOG.md | 5 +++++ crates/storey/Cargo.toml | 2 +- 5 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d64e2cb..1433b7b 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.0" } +storey = { path = "crates/storey", version = "0.1.1" } diff --git a/crates/cw-storey/CHANGELOG.md b/crates/cw-storey/CHANGELOG.md index f78b7f5..3ec8a59 100644 --- a/crates/cw-storey/CHANGELOG.md +++ b/crates/cw-storey/CHANGELOG.md @@ -6,6 +6,11 @@ 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-22 + +### Other +- 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..a6387b2 100644 --- a/crates/storey/CHANGELOG.md +++ b/crates/storey/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/CosmWasm/storey/compare/storey-v0.1.0...storey-v0.1.1) - 2024-03-22 + +### Other +- 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 2de8fdf..fa0a476 100644 --- a/crates/storey/Cargo.toml +++ b/crates/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" rust-version = "1.65" # https://caniuse.rs/features/generic_associated_types license = { workspace = true }