-
Notifications
You must be signed in to change notification settings - Fork 609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump cosmos-sdk v0.50.11 #8906
Conversation
Important Notice This PR modifies an in-repo Go module. It is one of:
The dependent Go modules, especially the root one, will have to be Please follow the instructions below:
Please let us know if you need any help. |
WalkthroughThis pull request updates the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
CHANGELOG.md (2)
50-51
: Version number format inconsistencyThe version number format switches between different styles (e.g. "v28.0.1" vs "v28.0.0"). Consider standardizing the format across all version entries.
Line range hint
1-100
: Add release dates to version entriesConsider adding dates to each version entry to help track when changes were released. This is recommended by the Keep a Changelog format.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (10)
go.mod
is excluded by!**/*.mod
go.sum
is excluded by!**/*.sum
,!**/*.sum
osmomath/go.mod
is excluded by!**/*.mod
osmomath/go.sum
is excluded by!**/*.sum
,!**/*.sum
osmoutils/go.mod
is excluded by!**/*.mod
osmoutils/go.sum
is excluded by!**/*.sum
,!**/*.sum
x/epochs/go.mod
is excluded by!**/*.mod
x/epochs/go.sum
is excluded by!**/*.sum
,!**/*.sum
x/ibc-hooks/go.mod
is excluded by!**/*.mod
x/ibc-hooks/go.sum
is excluded by!**/*.sum
,!**/*.sum
📒 Files selected for processing (1)
CHANGELOG.md
(1 hunks)
🔇 Additional comments (1)
CHANGELOG.md (1)
Line range hint 1-1000
: LGTM on changelog structure and content
The changelog follows good practices:
- Changes are properly categorized (State Breaking, Features, Bug Fixes etc.)
- Each change links to its PR
- Clear descriptions of changes
- Breaking changes are highlighted
- Upgrade instructions are linked where relevant
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
* chore: bump cosmos-sdk v0.50.11 * chore: update CHANGELOG.md (cherry picked from commit 334a8cd) # Conflicts: # CHANGELOG.md # x/ibc-hooks/go.mod # x/ibc-hooks/go.sum
* chore: bump cosmos-sdk v0.50.11 (#8906) * chore: bump cosmos-sdk v0.50.11 * chore: update CHANGELOG.md (cherry picked from commit 334a8cd) # Conflicts: # CHANGELOG.md # x/ibc-hooks/go.mod # x/ibc-hooks/go.sum * chore: fix merge conflict * chore: update changelog.md --------- Co-authored-by: PaddyMc <[email protected]>
Closes: #XXX
What is the purpose of the change