From 8e17302f2218f968901eb902b392f8b731fc13df Mon Sep 17 00:00:00 2001 From: Thomas Dekeyser Date: Mon, 22 Apr 2024 13:40:35 +0200 Subject: [PATCH 1/2] update readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6cf566f..45e6dfe 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,13 @@ Additionally Hardhat will be installed as a dev dependency with some useful plug ### Version compatibility -| IBC-App-Solidity | vIBC core | Polymer Registry | -|-------------------|-----------|-----------| -| v0.1.0 | v1.0.0 | X | -| v0.2.0 | v1.0.0 | v0.1.0* | -| v1.0.0 | v2.0.0 | X | -| v1.1.0 | Yes | v0.0.1 | +| IBC-App-Solidity | vIBC core | Polymer Registry | Supported? | +|-------------------|-----------|-----------| --------| +| v0.1.0 | v1.0.0 | X | Deprecated +| v0.2.0 | v1.0.0 | v0.1.0* | Deprecated +| v1.0.0 | v2.0.0 | v0.0.1 | Yes | + +Note (*): v0.2.0 uses a [POC version](https://github.com/tmsdkeys/polymer-registry-poc/releases/tag/v0.1.0) ## ⚙️ Set up your environment and configuration From a0aa1d808e2f93d80e5f91a9c3a2a818b2b7ea35 Mon Sep 17 00:00:00 2001 From: tmsdkeys <98807841+tmsdkeys@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:25:17 +0200 Subject: [PATCH 2/2] Update README.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45e6dfe..e4efb33 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,9 @@ Additionally Hardhat will be installed as a dev dependency with some useful plug | IBC-App-Solidity | vIBC core | Polymer Registry | Supported? | |-------------------|-----------|-----------| --------| -| v0.1.0 | v1.0.0 | X | Deprecated -| v0.2.0 | v1.0.0 | v0.1.0* | Deprecated +| v0.1.0 | v1.0.0 | X | Deprecated | +| v0.2.0 | v1.0.0 | v0.1.0* | Deprecated | | v1.0.0 | v2.0.0 | v0.0.1 | Yes | - Note (*): v0.2.0 uses a [POC version](https://github.com/tmsdkeys/polymer-registry-poc/releases/tag/v0.1.0) ## ⚙️ Set up your environment and configuration