Skip to content

Commit c68db50

Browse files
authored
chore: update master (#978)
1 parent 22928a2 commit c68db50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ In Ethereum, the analog is [Patricia tries](http://en.wikipedia.org/wiki/Radix_t
3030
| [v1.0.3](https://github.com/cosmos/iavl/tree/release/v1.x.x) | [`cosmos-db`](https://github.com/cosmos/cosmos-db) | v0.50.0-5 |
3131
| [v1.1.2,4](https://github.com/cosmos/iavl/tree/release/v1.x.x) | [`iavl-db`](https://github.com/cosmos/iavl) | v0.50.6 |
3232
| [v1.2.x](https://github.com/cosmos/iavl/tree/release/v1.x.x) | [`iavl-db`](https://github.com/cosmos/iavl) | v0.50.7+ |
33+
| [v1.3.0](https://github.com/cosmos/iavl/tree/release/v1.x.x) | [`iavl-db`](https://github.com/cosmos/iavl) | cosmossdk.io/store/v2 |
3334

3435
NOTE: In the past, a v0.21.x release was published, but never used in production. It was retracted to avoid confusion.

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ require (
2828
)
2929

3030
retract (
31-
v1.1.3
32-
[v1.1.0, v1.1.1]
33-
[v1.0.0, v1.0.2]
31+
[v1.1.0, v1.1.3]
32+
[v1.0.0, v1.0.3]
3433
// This version is not used by the Cosmos SDK and adds a maintenance burden.
3534
// Use v1.x.x instead.
3635
[v0.21.0, v0.21.2]

0 commit comments

Comments
 (0)