Skip to content

Commit 1568d9f

Browse files
authored
Merge pull request #847 from CosmWasm/release-1.0
1.0.0 release
2 parents 7949844 + 160f311 commit 1568d9f

File tree

16 files changed

+107
-69
lines changed

16 files changed

+107
-69
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Changelog
22

3+
## [v1.0.0](https://github.com/CosmWasm/cw-plus/tree/v1.0.0) (2022-11-29)
4+
5+
[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.16.0...v1.0.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Proposal for improving contract interfaces [\#391](https://github.com/CosmWasm/cw-plus/issues/391)
10+
11+
**Closed issues:**
12+
13+
- u [\#840](https://github.com/CosmWasm/cw-plus/issues/840)
14+
- Workspace optimizer build failed [\#838](https://github.com/CosmWasm/cw-plus/issues/838)
15+
- Simplify licenses [\#833](https://github.com/CosmWasm/cw-plus/issues/833)
16+
- Update README [\#832](https://github.com/CosmWasm/cw-plus/issues/832)
17+
- Remove `cw1155` and `cw1155-base` [\#830](https://github.com/CosmWasm/cw-plus/issues/830)
18+
- Standardize protocol events [\#823](https://github.com/CosmWasm/cw-plus/issues/823)
19+
- Pull out `storage-plus`, `multitest` and `utils` into a separate repo [\#816](https://github.com/CosmWasm/cw-plus/issues/816)
20+
- Backport from DAO DAO: optionally charge to make proposal [\#742](https://github.com/CosmWasm/cw-plus/issues/742)
21+
- Cannot find Contract address and interface verification [\#679](https://github.com/CosmWasm/cw-plus/issues/679)
22+
- Investigate JSON Schema -\> html/md generator [\#573](https://github.com/CosmWasm/cw-plus/issues/573)
23+
- Simple framework for gas benchmarking [\#507](https://github.com/CosmWasm/cw-plus/issues/507)
24+
- Benchmark "ng" vs. "classic" frameworks [\#505](https://github.com/CosmWasm/cw-plus/issues/505)
25+
- Update reimplemented cw1-whitelist contract, so it uses the custom attribute [\#496](https://github.com/CosmWasm/cw-plus/issues/496)
26+
- Implement attribute macro for trait interface generating boilerplate specific for cw1-whitelist [\#495](https://github.com/CosmWasm/cw-plus/issues/495)
27+
- Deriving structural interfaces for contracts [\#493](https://github.com/CosmWasm/cw-plus/issues/493)
28+
- Accept &QuerierWrapper not &Querier in helpers [\#390](https://github.com/CosmWasm/cw-plus/issues/390)
29+
30+
**Merged pull requests:**
31+
32+
- Standardize spec events [\#845](https://github.com/CosmWasm/cw-plus/pull/845) ([uint](https://github.com/uint))
33+
- Add contributing guidelines [\#841](https://github.com/CosmWasm/cw-plus/pull/841) ([uint](https://github.com/uint))
34+
- Use QuerierWrapper not Querier in cw20 helpers [\#839](https://github.com/CosmWasm/cw-plus/pull/839) ([uint](https://github.com/uint))
35+
- Update CI to Rust 1.64 [\#837](https://github.com/CosmWasm/cw-plus/pull/837) ([uint](https://github.com/uint))
36+
- `README.md` update [\#836](https://github.com/CosmWasm/cw-plus/pull/836) ([uint](https://github.com/uint))
37+
- Remove the AGPL license [\#835](https://github.com/CosmWasm/cw-plus/pull/835) ([uint](https://github.com/uint))
38+
- Move `utils`, `storage-plus`, `multitest`; remove `cw1155` stuff [\#834](https://github.com/CosmWasm/cw-plus/pull/834) ([uint](https://github.com/uint))
39+
- Add an optional proposal deposit to cw3-flex-multisig [\#751](https://github.com/CosmWasm/cw-plus/pull/751) ([0xekez](https://github.com/0xekez))
40+
341
## [v0.16.0](https://github.com/CosmWasm/cw-plus/tree/v0.16.0) (2022-10-14)
442

543
[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.15.1...v0.16.0)

Cargo.lock

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

contracts/cw1-subkeys/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw1-subkeys"
3-
version = "0.16.0"
3+
version = "1.0.0"
44
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
55
edition = "2021"
66
description = "Implement subkeys for authorizing native tokens as a cw1 proxy contract"
@@ -21,9 +21,9 @@ test-utils = []
2121
[dependencies]
2222
cosmwasm-schema = { version = "1.1.0" }
2323
cw-utils = "0.16.0"
24-
cw1 = { path = "../../packages/cw1", version = "0.16.0" }
25-
cw2 = { path = "../../packages/cw2", version = "0.16.0" }
26-
cw1-whitelist = { path = "../cw1-whitelist", version = "0.16.0", features = ["library"] }
24+
cw1 = { path = "../../packages/cw1", version = "1.0.0" }
25+
cw2 = { path = "../../packages/cw2", version = "1.0.0" }
26+
cw1-whitelist = { path = "../cw1-whitelist", version = "1.0.0", features = ["library"] }
2727
cosmwasm-std = { version = "1.1.0", features = ["staking"] }
2828
cw-storage-plus = "0.16.0"
2929
schemars = "0.8.1"
@@ -32,4 +32,4 @@ thiserror = "1.0.23"
3232
semver = "1"
3333

3434
[dev-dependencies]
35-
cw1-whitelist = { path = "../cw1-whitelist", version = "0.16.0", features = ["library", "test-utils"] }
35+
cw1-whitelist = { path = "../cw1-whitelist", version = "1.0.0", features = ["library", "test-utils"] }

contracts/cw1-whitelist/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw1-whitelist"
3-
version = "0.16.0"
3+
version = "1.0.0"
44
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
55
edition = "2021"
66
description = "Implementation of an proxy contract using a whitelist"
@@ -21,8 +21,8 @@ test-utils = []
2121
[dependencies]
2222
cosmwasm-schema = { version = "1.1.0" }
2323
cw-utils = "0.16.0"
24-
cw1 = { path = "../../packages/cw1", version = "0.16.0" }
25-
cw2 = { path = "../../packages/cw2", version = "0.16.0" }
24+
cw1 = { path = "../../packages/cw1", version = "1.0.0" }
25+
cw2 = { path = "../../packages/cw2", version = "1.0.0" }
2626
cosmwasm-std = { version = "1.1.0", features = ["staking"] }
2727
cw-storage-plus = "0.16.0"
2828
schemars = "0.8.1"

contracts/cw20-base/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw20-base"
3-
version = "0.16.0"
3+
version = "1.0.0"
44
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
55
edition = "2021"
66
description = "Basic implementation of a CosmWasm-20 compliant token"
@@ -20,8 +20,8 @@ library = []
2020
[dependencies]
2121
cosmwasm-schema = { version = "1.1.0" }
2222
cw-utils = "0.16.0"
23-
cw2 = { path = "../../packages/cw2", version = "0.16.0" }
24-
cw20 = { path = "../../packages/cw20", version = "0.16.0" }
23+
cw2 = { path = "../../packages/cw2", version = "1.0.0" }
24+
cw20 = { path = "../../packages/cw20", version = "1.0.0" }
2525
cw-storage-plus = "0.16.0"
2626
cosmwasm-std = { version = "1.1.0" }
2727
schemars = "0.8.1"

contracts/cw20-ics20/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw20-ics20"
3-
version = "0.16.0"
3+
version = "1.0.0"
44
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
55
edition = "2021"
66
description = "IBC Enabled contracts that receives CW20 tokens and sends them over ICS20 to a remote chain"
@@ -20,11 +20,11 @@ library = []
2020
[dependencies]
2121
cosmwasm-schema = { version = "1.1.0" }
2222
cw-utils = "0.16.0"
23-
cw2 = { path = "../../packages/cw2", version = "0.16.0" }
24-
cw20 = { path = "../../packages/cw20", version = "0.16.0" }
23+
cw2 = { path = "../../packages/cw2", version = "1.0.0" }
24+
cw20 = { path = "../../packages/cw20", version = "1.0.0" }
2525
cosmwasm-std = { version = "1.1.0", features = ["stargate"] }
2626
cw-storage-plus = "0.16.0"
27-
cw-controllers = { path = "../../packages/controllers", version = "0.16.0" }
27+
cw-controllers = { path = "../../packages/controllers", version = "1.0.0" }
2828
schemars = "0.8.1"
2929
semver = "1"
3030
serde = { version = "1.0.103", default-features = false, features = ["derive"] }

contracts/cw3-fixed-multisig/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw3-fixed-multisig"
3-
version = "0.16.0"
3+
version = "1.0.0"
44
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
55
edition = "2021"
66
description = "Implementing cw3 with an fixed group multisig"
@@ -20,15 +20,15 @@ library = []
2020
[dependencies]
2121
cosmwasm-schema = { version = "1.1.0" }
2222
cw-utils = "0.16.0"
23-
cw2 = { path = "../../packages/cw2", version = "0.16.0" }
24-
cw3 = { path = "../../packages/cw3", version = "0.16.0" }
23+
cw2 = { path = "../../packages/cw2", version = "1.0.0" }
24+
cw3 = { path = "../../packages/cw3", version = "1.0.0" }
2525
cw-storage-plus = "0.16.0"
2626
cosmwasm-std = { version = "1.1.0" }
2727
schemars = "0.8.1"
2828
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
2929
thiserror = { version = "1.0.23" }
3030

3131
[dev-dependencies]
32-
cw20 = { path = "../../packages/cw20", version = "0.16.0" }
33-
cw20-base = { path = "../cw20-base", version = "0.16.0", features = ["library"] }
32+
cw20 = { path = "../../packages/cw20", version = "1.0.0" }
33+
cw20-base = { path = "../cw20-base", version = "1.0.0", features = ["library"] }
3434
cw-multi-test = "0.16.0"

0 commit comments

Comments
 (0)