Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions docs/source/development/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
Changelog
=========

.. _`release:1.2.0`:

1.2.0
-----

:Released: 18.02.2026

New and Improved
................

- ✨ Added Rust parser for the ``analyse`` module.

Need ID references and one-line need definitions can now be extracted from Rust source files.

- 👌 Added explicit ``git_root`` configuration option.

Users can now explicitly specify the Git root directory instead of relying on automatic detection.

- 👌 Enhanced warning logging in the oneline parser.

Warning messages now include more context to help diagnose parsing issues.

- 📚 Added traceability page to the documentation.

- 📚 Added ``features.rst`` page documenting the full feature set with source tracing.

Fixes
.....

- 🐛 Fixed space handling in marker extraction.

Leading and trailing spaces in extracted marker content are now correctly stripped.


.. _`release:1.1.0`:

1.1.0
Expand Down
4 changes: 0 additions & 4 deletions docs/source/development/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ Source Code Parsing

- Introduce a configurable option to strip leading characters (e.g., ``*``) from commented RST blocks.
- Enrich tagged scopes with additional metadata.
- Extend language support by adding parsers for more comment styles, including but not limited to:

- Rust

- Enhance ``.gitignore`` handling to support nested ``.gitignore`` files.

Defining Needs in Source Code
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sphinx-codelinks"
version = "1.1.0"
version = "1.2.0"
description = "Fast Source Code Traceability for Sphinx-Needs"
authors = [{ name = "team useblocks", email = "info@useblocks.com" }]
maintainers = [
Expand Down