-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: bring patch changelogs to main #20599
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -37,6 +37,11 @@ Ref: https://keepachangelog.com/en/1.0.0/ | |||||||||
|
||||||||||
* (x/upgrade) [#16244](https://github.com/cosmos/cosmos-sdk/pull/16244) Upgrade module no longer stores the app version but gets and sets the app version stored in the `ParamStore` of baseapp. | ||||||||||
|
||||||||||
## [v0.1.3](https://github.com/cosmos/cosmos-sdk/releases/tag/x/upgrade/v0.1.3) - 2024-06-04 | ||||||||||
|
||||||||||
* (deps) [#20530](https://github.com/cosmos/cosmos-sdk/pull/20530) Bump vulnerable `github.com/hashicorp/go-getter` to v1.7.4. | ||||||||||
* In theory, we do not need a new release for this, but we are doing it as `x/upgrade` is used in Cosmovisor. | ||||||||||
Comment on lines
+42
to
+43
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Correct the indentation level for the unordered list. - * In theory, we do not need a new release for this, but we are doing it as `x/upgrade` is used in Cosmovisor.
+ * In theory, we do not need a new release for this, but we are doing it as `x/upgrade` is used in Cosmovisor. Committable suggestion
Suggested change
ToolsMarkdownlint
|
||||||||||
|
||||||||||
## [v0.1.2](https://github.com/cosmos/cosmos-sdk/releases/tag/x/upgrade/v0.1.2) - 2024-04-22 | ||||||||||
|
||||||||||
### Improvements | ||||||||||
|
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.
Check for duplication in changelog entries.
It appears that some bug fixes are listed multiple times in different versions. Please ensure that each entry is unique to avoid confusion.