Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 27, 2024
1 parent 6da1d39 commit b85d34e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
6 changes: 6 additions & 0 deletions crates/cw-storey/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/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.1.0"
version = "0.1.1"
edition = "2021"
license = { workspace = true }

Expand Down
7 changes: 7 additions & 0 deletions crates/storey/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/storey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit b85d34e

Please sign in to comment.