Skip to content

Commit 303c56b

Browse files
authored
πŸš€ Release v0.2.3 (#21)
1 parent d8ac755 commit 303c56b

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

β€Ždocs/changelog.rstβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1431
0.2.2

β€Žneeds_config_writer/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Sphinx extension to write Sphinx-Needs config to ubproject.toml."""
22

3-
__version__ = "0.2.2"
3+
__version__ = "0.2.3"
44

55

66
def setup(app):

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "needs-config-writer"
7-
version = "0.2.2"
7+
version = "0.2.3"
88
description = "Sphinx extension to write Sphinx-Needs config to ubproject.toml"
99
readme = "README.rst"
1010
urls.Repository = "https://github.com/useblocks/needs-config-writer"

0 commit comments

Comments
Β (0)