Skip to content

Commit 6d20854

Browse files
authored
Merge pull request #731 from CosmWasm/release-0.13.3
Release 0.13.3
2 parents b54ea50 + 4ca2f33 commit 6d20854

File tree

25 files changed

+186
-146
lines changed

25 files changed

+186
-146
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ jobs:
741741
- run:
742742
name: Build development contracts
743743
command: |
744-
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.12.4
744+
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.12.6
745745
docker cp with_code:/code/artifacts ./artifacts
746746
- run:
747747
name: Show data

CHANGELOG.md

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,47 @@
22

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

5-
[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.13.1...HEAD)
5+
[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.13.3...HEAD)
6+
7+
## [v0.13.3](https://github.com/CosmWasm/cw-plus/tree/v0.13.3) (2022-06-01)
8+
9+
[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.13.2...v0.13.3)
10+
11+
**Closed issues:**
12+
13+
- Add code coverage tooling to the CI [\#172](https://github.com/CosmWasm/cw-plus/issues/172)
14+
15+
**Merged pull requests:**
16+
17+
- Repo reclippization [\#721](https://github.com/CosmWasm/cw-plus/pull/721) ([hashedone](https://github.com/hashedone))
18+
- Add code coverage to CI [\#715](https://github.com/CosmWasm/cw-plus/pull/715) ([maurolacy](https://github.com/maurolacy))
19+
- Update item.rs: typo [\#713](https://github.com/CosmWasm/cw-plus/pull/713) ([rtviii](https://github.com/rtviii))
20+
- Update link to new shared CosmWasm SECURITY.md [\#701](https://github.com/CosmWasm/cw-plus/pull/701) ([webmaster128](https://github.com/webmaster128))
21+
- Add existence checking to indexed map [\#700](https://github.com/CosmWasm/cw-plus/pull/700) ([shanev](https://github.com/shanev))
22+
23+
**Closed issues:**
24+
25+
- error: could not compile `ff` when running cargo test on cw20-base contract [\#714](https://github.com/CosmWasm/cw-plus/issues/714)
26+
27+
## [v0.13.2](https://github.com/CosmWasm/cw-plus/tree/v0.13.2) (2022-04-11)
28+
29+
[Full Changelog](https://github.com/CosmWasm/cw-plus/compare/v0.13.1...v0.13.2)
30+
31+
**Closed issues:**
32+
33+
- `KeyDeserialize` trait is private making custom keys and generics over keys not possible. [\#691](https://github.com/CosmWasm/cw-plus/issues/691)
34+
- unresolved import cosmwasm\_std::testing [\#681](https://github.com/CosmWasm/cw-plus/issues/681)
35+
- Add non-owned `range_de` [\#463](https://github.com/CosmWasm/cw-plus/issues/463)
36+
37+
**Merged pull requests:**
38+
39+
- Upgrade all contracts and packages to cosmwasm-std beta8 [\#699](https://github.com/CosmWasm/cw-plus/pull/699) ([the-frey](https://github.com/the-frey))
40+
- Remove dead links [\#698](https://github.com/CosmWasm/cw-plus/pull/698) ([Psyf](https://github.com/Psyf))
41+
- cw20-ics20: fix missing assert [\#697](https://github.com/CosmWasm/cw-plus/pull/697) ([giansalex](https://github.com/giansalex))
42+
- storage-plus: Implement u128 key [\#694](https://github.com/CosmWasm/cw-plus/pull/694) ([orkunkl](https://github.com/orkunkl))
43+
- Make `KeyDeserialize` trait public [\#692](https://github.com/CosmWasm/cw-plus/pull/692) ([maurolacy](https://github.com/maurolacy))
44+
- Typo in QueryMsg::DownloadLogo description [\#690](https://github.com/CosmWasm/cw-plus/pull/690) ([nnoln](https://github.com/nnoln))
45+
- Fix publish.sh help / args [\#689](https://github.com/CosmWasm/cw-plus/pull/689) ([maurolacy](https://github.com/maurolacy))
646

747
## [v0.13.1](https://github.com/CosmWasm/cw-plus/tree/v0.13.1) (2022-03-25)
848

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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw1-subkeys"
3-
version = "0.13.2"
3+
version = "0.13.3"
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.13.2" }
23-
cw1 = { path = "../../packages/cw1", version = "0.13.2" }
24-
cw2 = { path = "../../packages/cw2", version = "0.13.2" }
25-
cw1-whitelist = { path = "../cw1-whitelist", version = "0.13.2", features = ["library"] }
26-
cosmwasm-std = { version = "1.0.0-beta8", features = ["staking"] }
27-
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.13.2" }
22+
cw-utils = { path = "../../packages/utils", version = "0.13.3" }
23+
cw1 = { path = "../../packages/cw1", version = "0.13.3" }
24+
cw2 = { path = "../../packages/cw2", version = "0.13.3" }
25+
cw1-whitelist = { path = "../cw1-whitelist", version = "0.13.3", features = ["library"] }
26+
cosmwasm-std = { version = "1.0.0", features = ["staking"] }
27+
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.13.3" }
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]
34-
cosmwasm-schema = { version = "1.0.0-beta8" }
35-
cw1-whitelist = { path = "../cw1-whitelist", version = "0.13.2", features = ["library", "test-utils"] }
34+
cosmwasm-schema = { version = "1.0.0" }
35+
cw1-whitelist = { path = "../cw1-whitelist", version = "0.13.3", features = ["library", "test-utils"] }

contracts/cw1-whitelist-ng/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cw1-whitelist-ng"
3-
version = "0.13.2"
3+
version = "0.13.3"
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.13.2" }
26-
cw1 = { path = "../../packages/cw1", version = "0.13.2" }
27-
cw2 = { path = "../../packages/cw2", version = "0.13.2" }
28-
cosmwasm-std = { version = "1.0.0-beta8", features = ["staking"] }
29-
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.13.2" }
25+
cw-utils = { path = "../../packages/utils", version = "0.13.3" }
26+
cw1 = { path = "../../packages/cw1", version = "0.13.3" }
27+
cw2 = { path = "../../packages/cw2", version = "0.13.3" }
28+
cosmwasm-std = { version = "1.0.0", features = ["staking"] }
29+
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.13.3" }
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.13.2", optional = true }
33+
cw-multi-test = { path = "../../packages/multi-test", version = "0.13.3", optional = true }
3434
anyhow = { version = "1", optional = true }
3535

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

contracts/cw1-whitelist/Cargo.toml

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

2121
[dependencies]
22-
cw-utils = { path = "../../packages/utils", version = "0.13.2" }
23-
cw1 = { path = "../../packages/cw1", version = "0.13.2" }
24-
cw2 = { path = "../../packages/cw2", version = "0.13.2" }
25-
cosmwasm-std = { version = "1.0.0-beta8", features = ["staking"] }
26-
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.13.2" }
22+
cw-utils = { path = "../../packages/utils", version = "0.13.3" }
23+
cw1 = { path = "../../packages/cw1", version = "0.13.3" }
24+
cw2 = { path = "../../packages/cw2", version = "0.13.3" }
25+
cosmwasm-std = { version = "1.0.0", features = ["staking"] }
26+
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.13.3" }
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]
3232
anyhow = "1"
3333
assert_matches = "1"
34-
cosmwasm-schema = { version = "1.0.0-beta8" }
35-
cw-multi-test = { path = "../../packages/multi-test", version = "0.13.2" }
34+
cosmwasm-schema = { version = "1.0.0" }
35+
cw-multi-test = { path = "../../packages/multi-test", version = "0.13.3" }
3636
derivative = "2"

contracts/cw1155-base/Cargo.toml

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

2020
[dependencies]
21-
cw-utils = { path = "../../packages/utils", version = "0.13.2" }
22-
cw2 = { path = "../../packages/cw2", version = "0.13.2" }
23-
cw1155 = { path = "../../packages/cw1155", version = "0.13.2" }
24-
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.13.2" }
25-
cosmwasm-std = { version = "1.0.0-beta8" }
21+
cw-utils = { path = "../../packages/utils", version = "0.13.3" }
22+
cw2 = { path = "../../packages/cw2", version = "0.13.3" }
23+
cw1155 = { path = "../../packages/cw1155", version = "0.13.3" }
24+
cw-storage-plus = { path = "../../packages/storage-plus", version = "0.13.3" }
25+
cosmwasm-std = { version = "1.0.0" }
2626
schemars = "0.8.1"
2727
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
2828
thiserror = { version = "1.0.20" }
2929

3030
[dev-dependencies]
31-
cosmwasm-schema = { version = "1.0.0-beta8" }
31+
cosmwasm-schema = { version = "1.0.0" }

0 commit comments

Comments
 (0)