Skip to content

Commit 7df83b6

Browse files
authored
Merge pull request #78 from CosmWasm/cosmwasm-std-2.0.0
Bump to `2.0.0`
2 parents 659f20a + 372608a commit 7df83b6

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
55

66
## [Unreleased]
77

8+
## [2.0.0] - 2024-03-14
9+
810
## [2.0.0-rc.0] - 2024-02-09
911

1012
### Changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "cw-storage-plus"
5-
version = "2.0.0-rc.0"
5+
version = "2.0.0"
66
authors = ["Ethan Frey <[email protected]>"]
77
edition = "2021"
88
description = "Enhanced storage engines"
@@ -23,10 +23,10 @@ macro = ["cw-storage-macro"]
2323
bench = false
2424

2525
[dependencies]
26-
cosmwasm-std = { version = "2.0.0-rc.1", default-features = false, features = ["std"] }
26+
cosmwasm-std = { version = "2.0.0", default-features = false, features = ["std"] }
2727
schemars = "0.8.3"
2828
serde = { version = "1.0", default-features = false, features = ["derive"] }
29-
cw-storage-macro = { version = "2.0.0-rc.0", optional = true, path = "macros" }
29+
cw-storage-macro = { version = "2.0.0", optional = true, path = "macros" }
3030

3131
[dev-dependencies]
3232
criterion = { version = "0.3", features = ["html_reports"] }

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw-storage-macro"
3-
version = "2.0.0-rc.0"
3+
version = "2.0.0"
44
authors = ["yoisha <[email protected]>"]
55
edition = "2018"
66
description = "Macro helpers for storage-plus"

0 commit comments

Comments
 (0)