Skip to content

Commit

Permalink
fix versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Feb 12, 2025
1 parent a9e5378 commit f4ffd5c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ keywords = ["CosmWasm"]

[workspace.dependencies]
storey = { path = "packages/storey", version = "0.4" }
storey-encoding = { path = "packages/storey-encoding", version = "0.2" }
storey-encoding = { path = "packages/storey-encoding", version = "0.1.2" }
storey-macros = { path = "packages/storey-macros", version = "0.1" }
storey-storage = { path = "packages/storey-storage", version = "0.1" }
storey-storage = { path = "packages/storey-storage", version = "0.2" }
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.4.1"
version = "0.5.0"
edition = "2021"
license = { workspace = true }

Expand Down
6 changes: 2 additions & 4 deletions packages/storey-encoding/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ 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.0] - 2025-02-05
## [0.1.2] - 2025-02-05


### Added
- [**breaking**] add `update` method to `ItemAccess`
- add `std::fmt::Display` trait bounds to `Encoding::EncodeError` and `Encoding::DecodeError`
## [0.1.1] - 2024-05-09


Expand Down
2 changes: 1 addition & 1 deletion packages/storey-encoding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "storey-encoding"
description = "Interfaces for storey encodings"
version = "0.2.0"
version = "0.1.2"
edition = "2021"
authors.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion packages/storey-storage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "storey-storage"
description = "Interfaces for storey storage backends"
version = "0.1.2"
version = "0.2.0"
edition = "2021"
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit f4ffd5c

Please sign in to comment.