Add 3.0.0-3.0.2 release notes to release history - #3408
Open
liquidsec wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #3408 +/- ##
=====================================
Coverage 90% 90%
=====================================
Files 454 454
Lines 47081 47081
=====================================
Hits 42320 42320
Misses 4761 4761 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The release history page stops at 2.8.6 -- 3.0.0, 3.0.1, and 3.0.2 were never added, so https://www.blacklanternsecurity.com/bbot/Stable/release_history/ has been stale since July.
Adds all three, using the published GitHub release bodies as the source, with three adaptations for the docs site:
> [!WARNING]becomes an!!! warningadmonition. GitHub's alert syntax renders as a plain blockquote with a literal[!WARNING]under mkdocs;admonitionis already enabled inmkdocs.yml.#NNNNrefs become real links. They autolink on GitHub but not in mkdocs. All 70 unique refs were classified via the API: 66 PRs, and 4 issues (3258, 3270, 3272, 3279) pointed at/issues/instead of/pull/../migration/3.0_breaking_changes.md) rather than a hardcoded/Stable/URL, so it resolves correctly in both the Dev and Stable builds.One line was restored that is in the local 3.0.0 draft but absent from the published body: the GPL-3.0 to AGPL-3.0 relicense (PR 2769).
pyproject.tomlonstablehaslicense = "AGPL-3.0"andLICENSEis AGPLv3.Note that the Stable docs only rebuild on a push to
stable, so the live page will pick this up at the next release.