File tree Expand file tree Collapse file tree 4 files changed +32
-4
lines changed
Expand file tree Collapse file tree 4 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 1616 paths : ['docker/**']
1717
1818env :
19- NEEDS_VERSION : 4.0 .0
19+ NEEDS_VERSION : 4.1 .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.1.0
7+ -----
8+
9+ :Released: 28.10.2024
10+ :Full Changelog: `v4.0.0...v4.1.0 <https://github.com/useblocks/sphinx-needs/compare/4.0.0...94b0273fbf51ac467f9cfb829b3ef476667f01b2 >`__
11+
12+ New
13+ ...
14+
15+ - β¨ Add `needs_from_toml ` configuration :pr: `1337 `
16+
17+ Configuration can now be loaded from a TOML file, using the `needs_from_toml ` configuration option.
18+ See :ref: `needs_from_toml ` for more information.
19+
20+ - β¨ Allow configuring description of extra options in ``needs_extra_options `` :pr: `1338 `
21+
22+ The ``needs_extra_options `` configuration option now supports dict items with a ``name `` and ``description `` key,
23+ See :ref: `needs_extra_options ` for more information.
24+
25+ Fixes
26+ .....
27+
28+ - π Fix clickable links to needs in ``needflow ``, when using the ``graphviz `` engine :pr: `1339 `
29+ - π Allow sphinx-needs to run without ``sphinxcontrib.plantuml `` installed :pr: `1328 `
30+ - π§ Remove some internal fields from needs layout :pr: `1330 `
31+ - π§ Merge defaults into user-defined configuration earlier (to avoid sphinx warnings) :pr: `1341 `
32+
33+
6344.0.0
735-----
836
937:Released: 09.10.2024
10- :Full Changelog: `v3.0.0...v4.0.0 <https://github.com/useblocks/sphinx-needs/compare/3.0.0...067009e3b424216b2d172dfe6b94ba2e13e829ff >`__
38+ :Full Changelog: `v3.0.0...v4.0.0 <https://github.com/useblocks/sphinx-needs/compare/3.0.0...4.0.0 >`__
1139
1240Breaking Changes
1341................
Original file line number Diff line number Diff line change 22name = " sphinx-needs"
33
44# !! Don't miss updates in sphinx_needs.__version__, changelog.rst, and .github/workflows/docker !!!
5- version = " 4.0 .0"
5+ version = " 4.1 .0"
66
77description = " Sphinx needs extension for managing needs/requirements and specifications"
88authors = [" team useblocks <info@useblocks.com>" ]
Original file line number Diff line number Diff line change 117117except ImportError :
118118 import tomli as tomllib
119119
120- __version__ = VERSION = "4.0 .0"
120+ __version__ = VERSION = "4.1 .0"
121121
122122_NODE_TYPES_T = Dict [
123123 Type [nodes .Element ],
You canβt perform that action at this time.
0 commit comments