Skip to content

Cut 0.0.101 #1085

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

Merged
merged 1 commit into from
Sep 23, 2021
Merged

Cut 0.0.101 #1085

merged 1 commit into from
Sep 23, 2021

Conversation

TheBlueMatt
Copy link
Collaborator

First pass of CHANGELOG, though subject to change as more PRs are merged. Haven't done the serialization compat section yet.

@TheBlueMatt TheBlueMatt added this to the 0.0.101 milestone Sep 20, 2021
@codecov
Copy link

codecov bot commented Sep 20, 2021

Codecov Report

Merging #1085 (8c2da99) into main (ab49e41) will increase coverage by 0.01%.
The diff coverage is n/a.

❗ Current head 8c2da99 differs from pull request most recent head 5a74723. Consider uploading reports for the commit 5a74723 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1085      +/-   ##
==========================================
+ Coverage   90.71%   90.72%   +0.01%     
==========================================
  Files          65       65              
  Lines       34318    34315       -3     
==========================================
+ Hits        31132    31133       +1     
+ Misses       3186     3182       -4     
Impacted Files Coverage Δ
lightning/src/ln/peer_handler.rs 45.94% <0.00%> (+0.06%) ⬆️
lightning/src/ln/wire.rs 59.68% <0.00%> (+0.23%) ⬆️
lightning/src/util/ser.rs 89.82% <0.00%> (+0.68%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 64bf483...5a74723. Read the comment docs.

Copy link

@ariard ariard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 79fccde

@TheBlueMatt TheBlueMatt changed the title (WIP) Cut 0.0.101 Cut 0.0.101 Sep 21, 2021
Copy link
Contributor

@arik-so arik-so left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@ariard ariard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 414da22 modulo squashes!

Copy link
Contributor

@jkczyz jkczyz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly nits

* Sergi Delgado Segura
* Tibo-lg
* Valentine Wallace
* abhik-99
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Abhik Banerjee

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And Thibaut Le Guilly.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, where is that? The git author is abhik-99, which I tend to prefer to keep unless the author expresses otherwise.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I was looking at the corresponding GitHub page.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's use git-authors as it would be simpler to automate.

@TheBlueMatt
Copy link
Collaborator Author

TheBlueMatt commented Sep 23, 2021

Bumped the date and updated the change stats for the last-minute fixups. Will take after CI.

diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3020611..24a8c96f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# 0.0.101 - 2021-09-21
+# 0.0.101 - 2021-09-23
 
 ## API Updates
  * Custom message types are now supported directly in the `PeerManager`,
@@ -84,8 +84,8 @@
  * Payments failed while running versions prior to 0.0.101 will never have a
    `Some` for the `network_update` field (#1043).
 
-In total, this release features 68 files changed, 5046 insertions, 1887
-deletions in 84 commits from 12 authors, in alphabetical order:
+In total, this release features 67 files changed, 4980 insertions, 1888
+deletions in 89 commits from 12 authors, in alphabetical order:
  * Antoine Riard
  * Devrandom
  * Galder Zamarreño

@TheBlueMatt TheBlueMatt merged commit 5811f5b into lightningdevkit:main Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants