Skip to content

Commit 36759a3

Browse files
committed
Update version compatibility list
1 parent cb72cb5 commit 36759a3

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

README.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,18 @@ Also CosmWasm 2.0 contracts remain compatible at the Wasm interface level.
2828
To extend the feature set over time, contracts can specify required [capabilities](https://github.com/CosmWasm/cosmwasm/blob/main/docs/CAPABILITIES.md) through cargo features in cosmwasm-std.
2929
The following table shows which of the [latest capabilities](https://github.com/CosmWasm/cosmwasm/blob/main/docs/CAPABILITIES-BUILT-IN.md) are supported by certain wasmd versions.
3030

31-
| capability | >= 0.51 | >= 0.42 | >= 0.41 | >= 0.31 | >= 0.29 | 0.28 |
32-
| ------------ | ------- | ------- | ------- | ------- | ------- | ---- |
33-
| iterator | x | x | x | x | x | x |
34-
| stargate | x | x | x | x | x | x |
35-
| staking | x | x | x | x | x | x |
36-
| cosmwasm_1_1 | x | x | x | x | x | |
37-
| cosmwasm_1_2 | x | x | x | x | | |
38-
| cosmwasm_1_3 | x | x | x | | | |
39-
| cosmwasm_1_4 | x | x | | | | |
40-
| cosmwasm_2_0 | x | | | | | |
31+
| capability | >= 0.54 | >= 0.52 | >= 0.51 | >= 0.42 | >= 0.41 | >= 0.31 | >= 0.29 | 0.28 |
32+
| ------------ | ------- | ------- | ------- | ------- | ------- | ------- | ------- | ---- |
33+
| iterator | x | x | x | x | x | x | x | x |
34+
| stargate | x | x | x | x | x | x | x | x |
35+
| staking | x | x | x | x | x | x | x | x |
36+
| cosmwasm_1_1 | x | x | x | x | x | x | x | |
37+
| cosmwasm_1_2 | x | x | x | x | x | x | | |
38+
| cosmwasm_1_3 | x | x | x | x | x | | | |
39+
| cosmwasm_1_4 | x | x | x | x | | | | |
40+
| cosmwasm_2_0 | x | x | x | | | | | |
41+
| cosmwasm_2_1 | x | x | | | | | | |
42+
| cosmwasm_2_2 | x | | | | | | | |
4143

4244
### For node developers
4345

@@ -53,6 +55,12 @@ The following table shows
5355

5456
| wasmd | compatible | specified |
5557
| ------ | ---------- | ----------------------------------------------------------------- |
58+
| 0.55.0 | 2.2.x | [2.2.1](https://github.com/CosmWasm/wasmd/blob/v0.55.0/go.mod#L6) |
59+
| 0.54.0 | 2.2.x | [2.2.1](https://github.com/CosmWasm/wasmd/blob/v0.54.0/go.mod#L6) |
60+
| 0.53.2 | 2.1.x | [2.1.4](https://github.com/CosmWasm/wasmd/blob/v0.53.2/go.mod#L6) |
61+
| 0.53.1 | 2.1.x | [2.1.4](https://github.com/CosmWasm/wasmd/blob/v0.53.1/go.mod#L6) |
62+
| 0.53.0 | 2.1.x | [2.1.2](https://github.com/CosmWasm/wasmd/blob/v0.53.0/go.mod#L6) |
63+
| 0.52.0 | 2.1.x | [2.1.0](https://github.com/CosmWasm/wasmd/blob/v0.52.0/go.mod#L6) |
5664
| 0.51.0 | 2.0.x | [2.0.0](https://github.com/CosmWasm/wasmd/blob/v0.51.0/go.mod#L6) |
5765
| 0.50.0 | 1.5.x | [1.5.0](https://github.com/CosmWasm/wasmd/blob/v0.50.0/go.mod#L6) |
5866
| 0.45.0 | 1.5.x | [1.5.0](https://github.com/CosmWasm/wasmd/blob/v0.45.0/go.mod#L6) |

0 commit comments

Comments
 (0)