Skip to content
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

Step 28/29/30 in Release #645

Merged
merged 3 commits into from
Jan 3, 2025
Merged

Step 28/29/30 in Release #645

merged 3 commits into from
Jan 3, 2025

Conversation

reez
Copy link
Collaborator

@reez reez commented Dec 19, 2024

Description

Step 28/29/30 in Release #639

  • Aggregate all the changelog notices from the PRs and add them to the changelog file
  • Bump the versions on master from 0.9.0-SNAPSHOT to 0.10.0-SNAPSHOT, 0.6.0.dev0 to 0.7.0.dev0
  • Apply changes to the release issue template if needed

Notes to the reviewers

Changelog notice

Checklists

All Submissions:

  • I've signed all my commits
  • I followed the contribution guidelines
  • I ran cargo fmt and cargo clippy before committing

New Features:

  • I've added tests for the new feature
  • I've added docs for the new feature

Bugfixes:

  • This pull request breaks the existing API
  • I've added tests to reproduce the issue which are now passing
  • I'm linking the issue being fixed by this PR

@reez reez marked this pull request as ready for review December 19, 2024 17:52
@reez reez requested a review from thunderbiscuit December 19, 2024 18:32
@reez reez linked an issue Dec 19, 2024 that may be closed by this pull request
Copy link
Member

@thunderbiscuit thunderbiscuit left a comment

Choose a reason for hiding this comment

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

Sorry it took me so long to get to this!

@@ -3,6 +3,32 @@ Changelog information can also be found in each release's git tag (which can be

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.0.0-beta.6]
Copy link
Member

@thunderbiscuit thunderbiscuit Dec 28, 2024

Choose a reason for hiding this comment

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

This is written as a link but won't link anywhere as is. The actual links are at the bottom of the file, for example on line 358 (of this PR):

[v1.0.0-beta.2]: https://github.com/bitcoindevkit/bdk-ffi/compare/v1.0.0-alpha.11...v1.0.0-beta.2

They link to the list of commits comparison between the two tags (note that we have also forgotten to do this for beta 5... we might want to fix both in this commit?)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

thanks for catching this, fixed (for both beta 5 and beta 6!), added the two lines needed around line 358.

Copy link
Member

@thunderbiscuit thunderbiscuit left a comment

Choose a reason for hiding this comment

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

ACK 23e8609.

@reez reez merged commit 23e8609 into bitcoindevkit:master Jan 3, 2025
22 checks passed
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.

Release 1.0.0-beta6
2 participants