-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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: prep store v1.0.0 #18318
chore: prep store v1.0.0 #18318
Conversation
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 🎉
@@ -240,3 +240,9 @@ Those modules can be considered as part of the Cosmos SDK, but features and impr | |||
### Modules that do not depend on the Cosmos SDK | |||
|
|||
Modules that do not depend on the Cosmos SDK can be released at any time from the `main` branch of the Cosmos SDK repository. | |||
|
|||
#### Branches For Go Modules |
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.
Can you add this to main afterwards?
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.
We had fixed this on main (https://github.com/cosmos/cosmos-sdk/actions/runs/6709061639/job/18231298361?pr=18318). |
$ git checkout marko/store-v1-tag
branch 'marko/store-v1-tag' set up to track 'origin/marko/store-v1-tag'.
Switched to a new branch 'marko/store-v1-tag'
$ git checkout 7b90fc0664db276119448980ef05fed2d3ba56f8 -- store/ This shows a bunch of changes, I'll be pushing them here. |
Thanks @julienrbrt! |
Description
This pr adds the changelog to the store package.
Compared to main there have been only dependency updates. Since store is imported the higher level go.mod will overwrite the versions here.
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
make lint
andmake test
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change