-
Notifications
You must be signed in to change notification settings - Fork 41
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
Mark v1.20.1 #2212
Mark v1.20.1 #2212
Conversation
WalkthroughThis pull request involves the deletion of several changelog files that documented updates to various dependencies within the project. Key changes include the removal of outdated dependencies, updates to existing ones, and the addition of new libraries. The main changelog file ( 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
🧹 Outside diff range and nitpick comments (1)
CHANGELOG.md (1)
85-87
: Consider using proper markdown link formatting for URLs.Instead of using bare URLs, consider using markdown link syntax for better readability and to follow markdown best practices.
For example:
-* https://github.com/provenance-io/provenance/compare/v1.20.0...v1.20.1 -* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.1 +* [v1.20.0...v1.20.1](https://github.com/provenance-io/provenance/compare/v1.20.0...v1.20.1) +* [v1.19.1...v1.20.1](https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.1)🧰 Tools
🪛 Markdownlint
85-85: null
Bare URL used(MD034, no-bare-urls)
86-86: null
Bare URL used(MD034, no-bare-urls)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (4)
.changelog/unreleased/dependencies/2202-github-com-cometbft-cometbft-0-38-13.md
(0 hunks).changelog/unreleased/dependencies/2206-bufbuild-buf-setup-action-1-46-0.md
(0 hunks).changelog/unreleased/dependencies/2209-github-com-cometbft-cometbft-0-38-15.md
(0 hunks)CHANGELOG.md
(1 hunks)
💤 Files with no reviewable changes (3)
- .changelog/unreleased/dependencies/2202-github-com-cometbft-cometbft-0-38-13.md
- .changelog/unreleased/dependencies/2206-bufbuild-buf-setup-action-1-46-0.md
- .changelog/unreleased/dependencies/2209-github-com-cometbft-cometbft-0-38-15.md
🧰 Additional context used
🪛 Markdownlint
CHANGELOG.md
85-85: null
Bare URL used
(MD034, no-bare-urls)
86-86: null
Bare URL used
(MD034, no-bare-urls)
🔇 Additional comments (1)
CHANGELOG.md (1)
59-81
: LGTM! Well-documented dependency updates.
The dependency updates section is well organized and properly documented with:
- Clear version changes (from -> to)
- PR references for tracking
- Grouped by related packages
Description
This PR marks
v1.20.1
inmain
. It's basically a frontport of:Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
).godoc
comments..changelog/unreleased
(see Adding Changes).Files changed
in the Github PR explorer.Codecov Report
in the comment section below once CI passes.Summary by CodeRabbit
CHANGELOG.md
to reflect all recent dependency changes and version updates.