diff --git a/CHANGELOG.md b/CHANGELOG.md index 6104c0df..87592202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -# 0.10.3 +# 0.11.0 ## Rust diff --git a/README.md b/README.md index 5c5a545e..82f39ad1 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,13 @@ live alongside the various merkle tree representations (eg. not in this reposito * [TypeScript](./js) * [Rust](./rust) +### Compatibility Table + +| ICS 023 Spec | Go | Rust | +|---------------|-------------------|---------------------| +| 2019-08-25 | 0.9.x | 0.9.x | +| 2019-08-25 | 0.10.x | 0.10.x, 0.11.x | + ### Planned Support * Solidity - [thanks to Mossid](https://github.com/cosmos/proofs/pull/12) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 975dc715..a70d9be7 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" name = "ics23" repository = "https://github.com/cosmos/ics23/tree/master/rust" rust-version = "1.60" -version = "0.10.3" +version = "0.11.0" [workspace] members = ["codegen", "no-std-check"] diff --git a/rust/README.md b/rust/README.md index 60e1cf69..304e4b76 100644 --- a/rust/README.md +++ b/rust/README.md @@ -28,5 +28,5 @@ Unless you modify the protobuf file, you can ignore this step. ## MSRV -The minimum supported Rust version (MSRV) is 1.56.1. +The minimum supported Rust version (MSRV) is 1.60.