Skip to content

Commit

Permalink
Merge pull request #47 from CosmWasm/release-plz-2024-06-19T21-08-57Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
uint authored Jun 19, 2024
2 parents ac3210b + ada7205 commit bd8c2da
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/cw-storey/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.1] - 2024-06-19


### Fixed
- make CW integration work with &mut dyn Storage
## [0.3.0] - 2024-06-12


Expand Down
2 changes: 1 addition & 1 deletion packages/cw-storey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository = { workspace = true }
homepage = { workspace = true }
categories = { workspace = true }
keywords = { workspace = true }
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = { workspace = true }

Expand Down
5 changes: 5 additions & 0 deletions packages/storey/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.1] - 2024-06-19


### Added
- add missing IterableStorage impls
## [0.2.0] - 2024-05-09


Expand Down
2 changes: 1 addition & 1 deletion packages/storey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "storey"
description = "Storage abstractions for blockchains"
readme = "../../README.md"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
rust-version = "1.65" # https://caniuse.rs/features/generic_associated_types
authors.workspace = true
Expand Down

0 comments on commit bd8c2da

Please sign in to comment.