Skip to content

Commit 78bd187

Browse files
authored
Merge pull request #7 from useblocks/release-0.1.2
πŸš€ release 0.1.2
2 parents 19c1797 + 6bc770c commit 78bd187

3 files changed

Lines changed: 29 additions & 4 deletions

File tree

β€Ždocs/source/components/configuration.rstβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ Default: **cpp**
164164
[src_trace.projects.project_name]
165165
comment_type = "c"
166166

167+
.. _source_dir:
168+
167169
src_dir
168170
~~~~~~~
169171

β€Ždocs/source/development/change_log.rstβ€Ž

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
Changelog
44
=========
55

6+
.. _release:0.1.2:
7+
8+
0.1.2
9+
-----
10+
11+
:Released: 16.07.2025
12+
13+
Fixes
14+
.....
15+
16+
- πŸ› Applying default configuration value when not given
17+
18+
When a user does not specify certain configuration options, the extension will automatically use predefined default
19+
values, allowing users to get started quickly without needing to customize every option.
20+
Users can override these defaults by explicitly providing their own configuration values.
21+
22+
- πŸ› Fix local links for multi project configurations
23+
24+
Local links between docs and one-line need definitions work correctly, when :ref:`src_dir <source_dir>` in multiple
25+
project configurations point at different locations.
26+
27+
.. _release:0.1.1:
28+
629
0.1.1
730
-----
831

@@ -12,6 +35,6 @@ Initial release of ``Sphinx-CodeLinks``
1235

1336
This version features:
1437

15-
- Sphinx Directive ``src-trace``
16-
- Virtual Docs and Source Discovery CLI
17-
- One-line comment to define a ``Sphinx-Needs`` need item
38+
- ✨ Sphinx Directive ``src-trace``
39+
- ✨ Virtual Docs and Source Discovery CLI
40+
- ✨ One-line comment to define a ``Sphinx-Needs`` need item

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sphinx-codelinks"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Fast Source Code Traceability for Sphinx-Needs"
55
authors = [{ name = "team useblocks", email = "info@useblocks.com" }]
66
maintainers = [

0 commit comments

Comments
Β (0)