-
Notifications
You must be signed in to change notification settings - Fork 628
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: setup new major release cycle docs/workflow (#7054)
* chore: setup new major release cycle * Update docs/docs/05-migrations/14-v9-to-v10.md
- Loading branch information
1 parent
30aa861
commit 8edab38
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Migrating from v9 to v10 | ||
|
||
This guide provides instructions for migrating to a new version of ibc-go. | ||
|
||
There are four sections based on the four potential user groups of this document: | ||
|
||
- [Chains](#chains) | ||
- [IBC Apps](#ibc-apps) | ||
- [Relayers](#relayers) | ||
- [IBC Light Clients](#ibc-light-clients) | ||
|
||
**Note:** ibc-go supports golang semantic versioning and therefore all imports must be updated on major version releases. | ||
|
||
## Chains | ||
|
||
- No relevant changes were made in this release. | ||
|
||
## IBC Apps | ||
|
||
- No relevant changes were made in this release. | ||
|
||
## Relayers | ||
|
||
- No relevant changes were made in this release. | ||
|
||
## IBC Light Clients | ||
|
||
- No relevant changes were made in this release. |