🚀 Release 8.3.0#1742
Merged
Merged
Conversation
Prepares the 8.3.0 release. Version bumps: - sphinx_needs/__init__.py -> 8.3.0 - .github/workflows/docker.yaml (NEEDS_VERSION) -> 8.3.0 - docs/_static/tutorial_needs.json -> 8.3.0 Changelog: Finalized the Unreleased section as 8.3.0 (08.07.2026). The only change since 8.2.0 is the Jinja rendering of needs_role_need_template (#1738) -- a backward-compatible improvement plus deprecation of the old str.format syntax; the versionchanged/deprecated markers now resolve to 8.3.0.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1742 +/- ##
==========================================
+ Coverage 86.87% 89.43% +2.55%
==========================================
Files 56 73 +17
Lines 6532 10618 +4086
==========================================
+ Hits 5675 9496 +3821
- Misses 857 1122 +265
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
chrisjsewell
approved these changes
Jul 8, 2026
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.
Prepares the 8.3.0 release.
Version bumps
sphinx_needs/__init__.py→8.3.0.github/workflows/docker.yaml(NEEDS_VERSION) →8.3.0docs/_static/tutorial_needs.json→8.3.0Changelog
The only change since 8.2.0 is #1738 —
needs_role_need_template(and theinline
:need:[[...]] `` text) is now rendered with Jinja instead ofPython's
str.format. This is a backward-compatible improvement — the legacy`str.format` syntax keeps working, rendered the old way with a one-time
`needs.deprecated` warning — plus a deprecation of that old syntax, hence a
minor bump.
Finalized the
Unreleasedsection as8.3.0(08.07.2026) with the FullChangelog link, and resolved the
versionchanged/deprecatedmarkers(previously
unreleased) to8.3.0.Notes