-
Notifications
You must be signed in to change notification settings - Fork 87
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
Release v0.51.0 #1141
Release v0.51.0 #1141
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1141 +/- ##
=======================================
Coverage 64.06% 64.06%
=======================================
Files 217 217
Lines 21049 21049
=======================================
Hits 13484 13484
Misses 7565 7565 ☔ View full report in Codecov by Sentry. |
@@ -67,7 +67,7 @@ ibc-core = { version = "0.51.0", path = "./ibc-core", default-feature | |||
ibc-clients = { version = "0.51.0", path = "./ibc-clients", default-features = false } | |||
ibc-apps = { version = "0.51.0", path = "./ibc-apps", default-features = false } | |||
ibc-primitives = { version = "0.51.0", path = "./ibc-primitives", default-features = false } | |||
ibc-derive = { version = "0.6.0", path = "./ibc-derive" } | |||
ibc-derive = { version = "0.6.1", path = "./ibc-derive" } |
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.
Do we add in our changelog that ibc-derive is updated?
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.
Haven't been doing so, but good to include.
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.
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.
Thank you @rnbguy for handling this release 🎉
Would you run the integration tests too (And include it as a step in RELEASES.md) before we leave?
@@ -67,7 +67,7 @@ ibc-core = { version = "0.51.0", path = "./ibc-core", default-feature | |||
ibc-clients = { version = "0.51.0", path = "./ibc-clients", default-features = false } | |||
ibc-apps = { version = "0.51.0", path = "./ibc-apps", default-features = false } | |||
ibc-primitives = { version = "0.51.0", path = "./ibc-primitives", default-features = false } | |||
ibc-derive = { version = "0.6.0", path = "./ibc-derive" } | |||
ibc-derive = { version = "0.6.1", path = "./ibc-derive" } |
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.
Haven't been doing so, but good to include.
Co-authored-by: Farhad Shabani <[email protected]> Signed-off-by: Rano | Ranadeep <[email protected]>
* bump ibc-derive patch version * update community call info * run release jobs in seq * update adr toc * publish-check and publish never run together * format * fix community call frequency Co-authored-by: Farhad Shabani <[email protected]> Signed-off-by: Rano | Ranadeep <[email protected]> * minor changes in changelog * update ADR status --------- Signed-off-by: Rano | Ranadeep <[email protected]> Co-authored-by: Farhad Shabani <[email protected]>
Description
Second revision after the last crates-io publish was unsuccessful.
ibc-derive
with a new patch version,0.6.1
.