From bca891ba22796bb9b2c71f1c55a15e110d244ea6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 13:33:31 +0000 Subject: [PATCH] chore: release --- packages/cw-storey/CHANGELOG.md | 9 +++++++++ packages/cw-storey/Cargo.toml | 2 +- packages/storey/CHANGELOG.md | 9 +++++++++ packages/storey/Cargo.toml | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/packages/cw-storey/CHANGELOG.md b/packages/cw-storey/CHANGELOG.md index a476eda..43d87d5 100644 --- a/packages/cw-storey/CHANGELOG.md +++ b/packages/cw-storey/CHANGELOG.md @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.3.2] - 2024-07-10 + + +### Added +- add remove to ItemAccess +- add remove entry from map + +### Other +- clean up after [#49](https://github.com/CosmWasm/storey/pull/49) ## [0.3.1] - 2024-06-19 diff --git a/packages/cw-storey/Cargo.toml b/packages/cw-storey/Cargo.toml index ab279d2..ec4522e 100644 --- a/packages/cw-storey/Cargo.toml +++ b/packages/cw-storey/Cargo.toml @@ -6,7 +6,7 @@ repository = { workspace = true } homepage = { workspace = true } categories = { workspace = true } keywords = { workspace = true } -version = "0.3.1" +version = "0.3.2" edition = "2021" license = { workspace = true } diff --git a/packages/storey/CHANGELOG.md b/packages/storey/CHANGELOG.md index 761ce61..9f31700 100644 --- a/packages/storey/CHANGELOG.md +++ b/packages/storey/CHANGELOG.md @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.2.2] - 2024-07-10 + + +### Added +- add remove to ItemAccess +- add remove entry from map + +### Other +- clean up after [#49](https://github.com/CosmWasm/storey/pull/49) ## [0.2.1] - 2024-06-19 diff --git a/packages/storey/Cargo.toml b/packages/storey/Cargo.toml index 68be8ef..f51b3fa 100644 --- a/packages/storey/Cargo.toml +++ b/packages/storey/Cargo.toml @@ -2,7 +2,7 @@ name = "storey" description = "Storage abstractions for blockchains" readme = "../../README.md" -version = "0.2.1" +version = "0.2.2" edition = "2021" rust-version = "1.65" # https://caniuse.rs/features/generic_associated_types authors.workspace = true