Skip to content

Commit 68e2bcb

Browse files
authored
πŸš€ Release v0.2.2 (#19)
1 parent dafab78 commit 68e2bcb

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

β€Ždocs/changelog.rstβ€Ž

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

1438
0.2.1

β€Ž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.1"
3+
__version__ = "0.2.2"
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.1"
7+
version = "0.2.2"
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"

β€Žuv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)