File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed
Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,30 @@ Changelog
99 Unreleased
1010 ----------
1111
12+ .. _`release:0.2.2` :
13+
14+ 0.2.2
15+ -----
16+
17+ :Released: 29.10.2025
18+ :Full Changelog: `v0.2.1...v0.2.2 <https://github.com/useblocks/needs-config-writer/compare/0.2.1...dafab78 >`__
19+
20+ - β¨ New needscfg builder (:pr: `18 `)
21+
22+ A new Sphinx builder called ``needscfg `` was added to generate the
23+ ``ubproject.toml `` file without building the entire documentation.
24+ This allows to quickly generate or update the configuration file as needed.
25+
26+ Additionally, the event for configuration collection was changed
27+ from ``config-inited `` to ``env-before-read-docs `` to ensure that the Sphinx-Needs
28+ configuration is fully loaded.
29+
30+ - π Print diff (:pr: `17 `)
31+
32+ When configuration differs and :ref: `config_warn_on_diff ` is ``True ``,
33+ the actual differences between the existing and new configuration
34+ are now printed to the console for easier debugging.
35+
1236.. _`release:0.2.1` :
1337
14380.2.1
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.1 "
3+ __version__ = "0.2.2 "
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.1 "
7+ version = " 0.2.2 "
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