Skip to content

Commit

Permalink
chore: update master (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Jul 31, 2024
1 parent 22928a2 commit c68db50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ In Ethereum, the analog is [Patricia tries](http://en.wikipedia.org/wiki/Radix_t
| [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 |
| [v1.1.2,4](https://github.com/cosmos/iavl/tree/release/v1.x.x) | [`iavl-db`](https://github.com/cosmos/iavl) | v0.50.6 |
| [v1.2.x](https://github.com/cosmos/iavl/tree/release/v1.x.x) | [`iavl-db`](https://github.com/cosmos/iavl) | v0.50.7+ |
| [v1.3.0](https://github.com/cosmos/iavl/tree/release/v1.x.x) | [`iavl-db`](https://github.com/cosmos/iavl) | cosmossdk.io/store/v2 |

NOTE: In the past, a v0.21.x release was published, but never used in production. It was retracted to avoid confusion.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ require (
)

retract (
v1.1.3
[v1.1.0, v1.1.1]
[v1.0.0, v1.0.2]
[v1.1.0, v1.1.3]
[v1.0.0, v1.0.3]
// This version is not used by the Cosmos SDK and adds a maintenance burden.
// Use v1.x.x instead.
[v0.21.0, v0.21.2]
Expand Down

0 comments on commit c68db50

Please sign in to comment.