File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,23 @@ Changelog
99 Unreleased
1010 ----------
1111
12+ .. _`release:0.2.3` :
13+
14+ 0.2.3
15+ -----
16+
17+ :Released: 29.10.2025
18+ :Full Changelog: `v0.2.2...v0.2.3 <https://github.com/useblocks/needs-config-writer/compare/0.2.2...7cae413 >`__
19+
20+ - β¨ New config needscfg_exclude_defaults (:pr: `20 `)
21+
22+ A new configuration option ``needscfg_exclude_defaults `` was added to
23+ control whether default Sphinx-Needs configuration values should be
24+ excluded from the exported TOML file.
25+
26+ This allows to generate cleaner configuration files by omitting
27+ settings that are already at their default values.
28+
1229.. _`release:0.2.2` :
1330
14310.2.2
Original file line number Diff line number Diff line change 11"""Sphinx extension to write Sphinx-Needs config to ubproject.toml."""
22
3- __version__ = "0.2.2 "
3+ __version__ = "0.2.3 "
44
55
66def setup (app ):
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44
55[project ]
66name = " needs-config-writer"
7- version = " 0.2.2 "
7+ version = " 0.2.3 "
88description = " Sphinx extension to write Sphinx-Needs config to ubproject.toml"
99readme = " README.rst"
1010urls.Repository = " https://github.com/useblocks/needs-config-writer"
You canβt perform that action at this time.
0 commit comments