File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1616 paths : ['docker/**']
1717
1818env :
19- NEEDS_VERSION : 4.1 .0
19+ NEEDS_VERSION : 4.2 .0
2020 DEPLOY_IMAGE : ${{ github.event_name != 'pull_request' }}
2121
2222jobs :
Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ 4.2.0
7+ -----
8+
9+ :Released: 07.01.2025
10+ :Full Changelog: `v4.1.0...v4.2.0 <https://github.com/useblocks/sphinx-needs/compare/4.1.0...1114e72c011e77524f332eddcc9621fefd4ddbdf >`__
11+
12+ - β¬οΈ Drop Python 3.8 and Sphinx 6
13+ - β¨ Add :ref: `needs_import_keys ` configuration :pr: `1379 `
14+ - π Allow ``filter-func `` in ``needpie `` to have multiple dots in the import path :pr: `1350 `
15+ - π Make external paths relative to ``confdir ``, not ``srcdir `` :pr: `1378 `
16+ - π§ Release needs data mutation lock at end of process :pr: `1359 `
17+ - π§ Add ``lineno `` to default output of ``needs.json `` :pr: `1346 `
18+
6194.1.0
720-----
821
922:Released: 28.10.2024
10- :Full Changelog: `v4.0.0...v4.1.0 <https://github.com/useblocks/sphinx-needs/compare/4.0.0...94b0273fbf51ac467f9cfb829b3ef476667f01b2 >`__
23+ :Full Changelog: `v4.0.0...v4.1.0 <https://github.com/useblocks/sphinx-needs/compare/4.0.0...4.1.0 >`__
1124
1225New
1326...
Original file line number Diff line number Diff line change 11"""Sphinx needs extension for managing needs/requirements and specifications"""
22
3- __version__ = "4.1 .0"
3+ __version__ = "4.2 .0"
44
55
66def setup (app ): # type: ignore[no-untyped-def]
You canβt perform that action at this time.
0 commit comments