Skip to content

Commit 32531e7

Browse files
add version matrix (cosmos#1767)
1 parent 492e14d commit 32531e7

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

RELEASES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,21 @@ As rule of thumb, the following changes will **NOT** be automatically accepted i
9797
* **API-breaking changes**, i.e. changes that prevent client applications to *build without modifications* to the client application's source code.
9898
* **CLI-breaking changes**, i.e. changes that require usage changes for CLI users.
9999

100+
## Version matrix
101+
102+
Versions of Golang, Cosmos SDK and Tendermint used by ibc-go in the currently active releases:
103+
104+
| Go | ibc-go | Cosmos SDK | Tendermint |
105+
|----|--------|------------|------------|
106+
| 1.15 | v2.1.0 | v0.44.6 | v0.34.14 |
107+
| 1.15 | v2.1.1 | v0.44.8 | v0.34.19 |
108+
| 1.15 | v2.2.0 | v0.45.1 | v0.34.14 |
109+
| 1.15 | v2.2.1 | v0.45.1 | v0.34.14 |
110+
| 1.17 | v2.3.0 | v0.45.4 | v0.34.19 |
111+
| 1.17 | v3.0.0 | v0.45.1 | v0.34.14 |
112+
| 1.17 | v3.0.1 | v0.45.4 | v0.34.19 |
113+
| 1.17 | v3.1.0 | v0.45.4 | v0.34.19 |
114+
100115
## Graphics
101116

102117
The decision tree above was generated with the following code:

0 commit comments

Comments
 (0)