Uh oh!
There was an error while loading. Please reload this page.
Update main post 0.2 release - #4260
Conversation
👋 Thanks for assigning @TheBlueMatt as a reviewer! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #4260 +/- ##
==========================================
- Coverage 89.33% 89.31% -0.03%
==========================================
Files 180 180 Lines 139042 139042 Branches 139042 139042 ==========================================
- Hits 124219 124185 -34 - Misses 12196 12229 +33 - Partials 2627 2628 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| [package] | ||
| name = "lightning-types" | ||
| version = "0.3.0+git" | ||
| version = "0.4.0+git" |
There was a problem hiding this comment.
Ideally we won't actually bump the version here in a new release, so maybe we don't touch it until we have a PR breaking semver?
There was a problem hiding this comment.
True, that's probably preferable. Now force-pushed an update that only bumps lightning for now.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ldk-reviews-bot
commented
Dec 4, 2025
👋 The first review has been submitted! Do you think this PR is ready for a second reviewer? If so, click here to assign a second reviewer. |
We bump the `+git` version numbers, fixing the SemVer checks.
7203f3a to
29d97a2CompareUh oh!
There was an error while loading. Please reload this page.
We update the
CHANGELOGand version numbers onmain, also to fix the SemVer checks CI.