-
Notifications
You must be signed in to change notification settings - Fork 15
Open the 0.1 release cycle at 0.1.0-rc1 #398
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
Open
Bronek
wants to merge
20
commits into
main
Choose a base branch
from
bronek/release_0_1_rc1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
f0ba1cc
Bump the version to 0.1.0-rc1 and summarize CHANGELOG
Bronek 1aa3234
Record how CHANGELOG is summarized for a release
Bronek 04296b6
Strengthen the z promise and speak to tagged consumers
Bronek ab0f5d3
Note std::gcd's precondition in the README example
Bronek 73fa6fc
Name the overload that spreads the pack in README
Bronek 6d3733b
Acknowledge Mykola Golubyev's znai fixes
Bronek 7a296dd
Map Section 1 in the guidelines index
Bronek 05757b0
Leave the appendix descriptions to the index
Bronek ffd81b4
Minor documentation improvements
Bronek 7225d38
Generate and verify a single-header release artifact
Bronek 2933650
Serve the single header from the docs site
Bronek 45eb1e2
Playing with quine
Bronek 837de0f
Make the test_package quine reproduce itself
Bronek ee5ac85
Relax clang-tidy checks in test_package
Bronek 2a689af
Repair znai's chapter redirect stubs and search index entries
Bronek 2f666a2
Upload the docs site artifact even when not deploying
Bronek 8405ea1
Fetch tags in docs builds; surface git describe failures
Bronek b7fdb10
Mark the docs checkout safe for git
Bronek 38ba1ca
Polish README wording
Bronek e67174b
Trust the checkout in the single-header lanes
Bronek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| module( | ||
| name = "libfn", | ||
| version = "0.0.9", | ||
| version = "0.1.0-rc1", | ||
| ) | ||
|
|
||
| bazel_dep(name = "rules_cc", version = "0.1.1") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 0.0.9 | ||
| 0.1.0-rc1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
README.md:175: The new wording “a bump in z … upgrading never breaks a consumer” seems stronger than “bug fix”, since bugfixes can change observable behavior (and might break consumers depending on prior behavior). Would it help to clarify whether “never breaks” is meant strictly in the API/ABI sense (for a single-version rebuild) rather than behavioral compatibility?Severity: low
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.