Skip to content

Commit eb76bd2

Browse files
authored
Merge pull request #654 from CosmWasm/release-0.12.0
Prepare release v0.12.0
2 parents 49fceee + c9870f2 commit eb76bd2

File tree

22 files changed

+128
-107
lines changed

22 files changed

+128
-107
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,36 @@
22

33
## [Unreleased](https://github.com/CosmWasm/cw-plus/tree/HEAD)
44

5-
[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.12.0-alpha1...HEAD)
5+
[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.12.0-alpha2...HEAD)
6+
7+
**Breaking changes:**
8+
9+
- Add `proposal_id` field to `VoteInfo` structure [\#647](https://github.com/CosmWasm/cw-plus/issues/647)
10+
11+
**Merged pull requests:**
12+
13+
- Ics20 same ack handling as ibctransfer [\#653](https://github.com/CosmWasm/cw-plus/pull/653) ([ethanfrey](https://github.com/ethanfrey))
14+
- packages: support custom queries [\#652](https://github.com/CosmWasm/cw-plus/pull/652) ([uint](https://github.com/uint))
15+
- CW20 - Fix Docs URL [\#649](https://github.com/CosmWasm/cw-plus/pull/649) ([entrancedjames](https://github.com/entrancedjames))
16+
17+
## [v0.12.0-alpha2](https://github.com/CosmWasm/cw-plus/tree/v0.12.0-alpha2) (2022-02-07)
18+
19+
[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/juno-ics20...v0.12.0-alpha2)
620

721
**Closed issues:**
822

923
- Incorrect Cw4ExecuteMsg used during remove\_hook [\#637](https://github.com/CosmWasm/cw-plus/issues/637)
24+
- \[cw3-flex/fixed-multisig\] Status changes after voting and proposal expiration [\#630](https://github.com/CosmWasm/cw-plus/issues/630)
1025
- Make `Bound`s type safe [\#462](https://github.com/CosmWasm/cw-plus/issues/462)
1126

1227
**Merged pull requests:**
1328

29+
- CW3: Add proposal\_id field to VoteInfo structure [\#648](https://github.com/CosmWasm/cw-plus/pull/648) ([ueco-jb](https://github.com/ueco-jb))
30+
- Use ContractInfoResponse from cosmwasm\_std [\#646](https://github.com/CosmWasm/cw-plus/pull/646) ([webmaster128](https://github.com/webmaster128))
31+
- Fix status/execution bugs in flex-multisig [\#643](https://github.com/CosmWasm/cw-plus/pull/643) ([uint](https://github.com/uint))
32+
- Set version: 0.12.0-alpha2 [\#642](https://github.com/CosmWasm/cw-plus/pull/642) ([ethanfrey](https://github.com/ethanfrey))
33+
- Allow modifying admin of Ics20 contract [\#641](https://github.com/CosmWasm/cw-plus/pull/641) ([ethanfrey](https://github.com/ethanfrey))
34+
- `MIGRATING.md` update / examples for type safe bounds [\#640](https://github.com/CosmWasm/cw-plus/pull/640) ([maurolacy](https://github.com/maurolacy))
1435
- Fix benchmarks \(after 1.58.1 update\) [\#639](https://github.com/CosmWasm/cw-plus/pull/639) ([maurolacy](https://github.com/maurolacy))
1536
- Fix `remove_hook` helper [\#638](https://github.com/CosmWasm/cw-plus/pull/638) ([maurolacy](https://github.com/maurolacy))
1637
- Type safe bounds [\#627](https://github.com/CosmWasm/cw-plus/pull/627) ([maurolacy](https://github.com/maurolacy))

Cargo.lock

Lines changed: 20 additions & 20 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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw1-subkeys"
3-
version = "0.12.0-alpha2"
3+
version = "0.12.0"
44
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
55
edition = "2018"
66
description = "Implement subkeys for authorizing native tokens as a cw1 proxy contract"
@@ -19,17 +19,17 @@ library = []
1919
test-utils = []
2020

2121
[dependencies]
22-
cw-utils = { path = "../../packages/utils", version = "0.12.0-alpha2" }
23-
cw1 = { path = "../../packages/cw1", version = "0.12.0-alpha2" }
24-
cw2 = { path = "../../packages/cw2", version = "0.12.0-alpha2" }
25-
cw1-whitelist = { path = "../cw1-whitelist", version = "0.12.0-alpha2", features = ["library"] }
22+
cw-utils = { path = "../../packages/utils", version = "0.12.0" }
23+
cw1 = { path = "../../packages/cw1", version = "0.12.0" }
24+
cw2 = { path = "../../packages/cw2", version = "0.12.0" }
25+
cw1-whitelist = { path = "../cw1-whitelist", version = "0.12.0", features = ["library"] }
2626
cosmwasm-std = { version = "1.0.0-beta3", features = ["staking"] }
27-
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.12.0-alpha2" }
27+
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.12.0" }
2828
schemars = "0.8.1"
2929
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
3030
thiserror = "1.0.23"
3131
semver = "1"
3232

3333
[dev-dependencies]
3434
cosmwasm-schema = { version = "1.0.0-beta3" }
35-
cw1-whitelist = { path = "../cw1-whitelist", version = "0.12.0-alpha2", features = ["library", "test-utils"] }
35+
cw1-whitelist = { path = "../cw1-whitelist", version = "0.12.0", features = ["library", "test-utils"] }

contracts/cw1-whitelist-ng/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw1-whitelist-ng"
3-
version = "0.12.0-alpha2"
3+
version = "0.12.0"
44
authors = ["Bartłomiej Kuras <bartk@confio.gmbh>"]
55
edition = "2018"
66
description = "Implementation of an proxy contract using a whitelist"
@@ -22,20 +22,20 @@ querier = ["library"]
2222
multitest = ["cw-multi-test", "anyhow"]
2323

2424
[dependencies]
25-
cw-utils = { path = "../../packages/utils", version = "0.12.0-alpha2" }
26-
cw1 = { path = "../../packages/cw1", version = "0.12.0-alpha2" }
27-
cw2 = { path = "../../packages/cw2", version = "0.12.0-alpha2" }
25+
cw-utils = { path = "../../packages/utils", version = "0.12.0" }
26+
cw1 = { path = "../../packages/cw1", version = "0.12.0" }
27+
cw2 = { path = "../../packages/cw2", version = "0.12.0" }
2828
cosmwasm-std = { version = "1.0.0-beta3", features = ["staking"] }
29-
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.12.0-alpha2" }
29+
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.12.0" }
3030
schemars = "0.8.1"
3131
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
3232
thiserror = { version = "1.0.23" }
33-
cw-multi-test = { path = "../../packages/multi-test", version = "0.12.0-alpha2", optional = true }
33+
cw-multi-test = { path = "../../packages/multi-test", version = "0.12.0", optional = true }
3434
anyhow = { version = "1", optional = true }
3535

3636
[dev-dependencies]
3737
anyhow = "1"
3838
assert_matches = "1"
3939
cosmwasm-schema = { version = "1.0.0-beta3" }
40-
cw-multi-test = { path = "../../packages/multi-test", version = "0.12.0-alpha2" }
40+
cw-multi-test = { path = "../../packages/multi-test", version = "0.12.0" }
4141
derivative = "2"

contracts/cw1-whitelist/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw1-whitelist"
3-
version = "0.12.0-alpha2"
3+
version = "0.12.0"
44
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
55
edition = "2018"
66
description = "Implementation of an proxy contract using a whitelist"
@@ -19,11 +19,11 @@ library = []
1919
test-utils = []
2020

2121
[dependencies]
22-
cw-utils = { path = "../../packages/utils", version = "0.12.0-alpha2" }
23-
cw1 = { path = "../../packages/cw1", version = "0.12.0-alpha2" }
24-
cw2 = { path = "../../packages/cw2", version = "0.12.0-alpha2" }
22+
cw-utils = { path = "../../packages/utils", version = "0.12.0" }
23+
cw1 = { path = "../../packages/cw1", version = "0.12.0" }
24+
cw2 = { path = "../../packages/cw2", version = "0.12.0" }
2525
cosmwasm-std = { version = "1.0.0-beta3", features = ["staking"] }
26-
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.12.0-alpha2" }
26+
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.12.0" }
2727
schemars = "0.8.1"
2828
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
2929
thiserror = { version = "1.0.23" }
@@ -32,5 +32,5 @@ thiserror = { version = "1.0.23" }
3232
anyhow = "1"
3333
assert_matches = "1"
3434
cosmwasm-schema = { version = "1.0.0-beta3" }
35-
cw-multi-test = { path = "../../packages/multi-test", version = "0.12.0-alpha2" }
35+
cw-multi-test = { path = "../../packages/multi-test", version = "0.12.0" }
3636
derivative = "2"

contracts/cw1155-base/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw1155-base"
3-
version = "0.12.0-alpha2"
3+
version = "0.12.0"
44
authors = ["Huang Yi <huang@crypto.com>"]
55
edition = "2018"
66
description = "Basic implementation of a CosmWasm-1155 compliant token"
@@ -18,10 +18,10 @@ backtraces = ["cosmwasm-std/backtraces"]
1818
library = []
1919

2020
[dependencies]
21-
cw-utils = { path = "../../packages/utils", version = "0.12.0-alpha2" }
22-
cw2 = { path = "../../packages/cw2", version = "0.12.0-alpha2" }
23-
cw1155 = { path = "../../packages/cw1155", version = "0.12.0-alpha2" }
24-
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.12.0-alpha2" }
21+
cw-utils = { path = "../../packages/utils", version = "0.12.0" }
22+
cw2 = { path = "../../packages/cw2", version = "0.12.0" }
23+
cw1155 = { path = "../../packages/cw1155", version = "0.12.0" }
24+
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.12.0" }
2525
cosmwasm-std = { version = "1.0.0-beta3" }
2626
schemars = "0.8.1"
2727
serde = { version = "1.0.103", default-features = false, features = ["derive"] }

contracts/cw20-base/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw20-base"
3-
version = "0.12.0-alpha2"
3+
version = "0.12.0"
44
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
55
edition = "2018"
66
description = "Basic implementation of a CosmWasm-20 compliant token"
@@ -18,10 +18,10 @@ backtraces = ["cosmwasm-std/backtraces"]
1818
library = []
1919

2020
[dependencies]
21-
cw-utils = { path = "../../packages/utils", version = "0.12.0-alpha2" }
22-
cw2 = { path = "../../packages/cw2", version = "0.12.0-alpha2" }
23-
cw20 = { path = "../../packages/cw20", version = "0.12.0-alpha2" }
24-
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.12.0-alpha2" }
21+
cw-utils = { path = "../../packages/utils", version = "0.12.0" }
22+
cw2 = { path = "../../packages/cw2", version = "0.12.0" }
23+
cw20 = { path = "../../packages/cw20", version = "0.12.0" }
24+
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.12.0" }
2525
cosmwasm-std = { version = "1.0.0-beta3" }
2626
schemars = "0.8.1"
2727
serde = { version = "1.0.103", default-features = false, features = ["derive"] }

contracts/cw20-ics20/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw20-ics20"
3-
version = "0.12.0-alpha2"
3+
version = "0.12.0"
44
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
55
edition = "2018"
66
description = "IBC Enabled contracts that receives CW20 tokens and sends them over ICS20 to a remote chain"
@@ -18,12 +18,12 @@ backtraces = ["cosmwasm-std/backtraces"]
1818
library = []
1919

2020
[dependencies]
21-
cw-utils = { path = "../../packages/utils", version = "0.12.0-alpha2" }
22-
cw2 = { path = "../../packages/cw2", version = "0.12.0-alpha2" }
23-
cw20 = { path = "../../packages/cw20", version = "0.12.0-alpha2" }
21+
cw-utils = { path = "../../packages/utils", version = "0.12.0" }
22+
cw2 = { path = "../../packages/cw2", version = "0.12.0" }
23+
cw20 = { path = "../../packages/cw20", version = "0.12.0" }
2424
cosmwasm-std = { version = "1.0.0-beta3", features = ["stargate"] }
25-
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.12.0-alpha2" }
26-
cw-controllers = { path = "../../packages/controllers", version = "0.12.0-alpha2" }
25+
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.12.0" }
26+
cw-controllers = { path = "../../packages/controllers", version = "0.12.0" }
2727
schemars = "0.8.1"
2828
semver = "1"
2929
serde = { version = "1.0.103", default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)