Commit f8308c4 1 parent 5a2975c commit f8308c4 Copy full SHA for f8308c4
File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
13
13
## [ Unreleased]
14
14
15
+ ## [ 1.12.4] - 2025-02-06
16
+
17
+ ### Changed
18
+
19
+ - Clarify and complete documentation about 'Configuration values' [ PR #58 ]
20
+
15
21
### Fixed
16
22
17
23
- Support multiple documentation items with the same name [ PR #63 ]
18
24
- Parse exception and ref qualifier [ PR #60 ]
19
25
- Handle arbitrary number of ` * ` and ` & ` [ PR #61 ]
20
26
- Handle parameter packs ` T... ` [ PR #62 ]
21
27
22
- ### Changed
23
-
24
- - Clarify and complete documentation about 'Configuration values' [ PR #58 ]
25
-
26
28
## [ 1.12.3] - 2023-10-24
27
29
28
30
### Fixed
Original file line number Diff line number Diff line change 4
4
[tool .poetry ]
5
5
name = " sphinxcontrib-doxylink"
6
6
packages = [{include = " sphinxcontrib" }]
7
- version = " 1.12.3 "
7
+ version = " 1.12.4 "
8
8
description = " Sphinx extension for linking to Doxygen documentation."
9
9
readme = " README.rst"
10
10
documentation = " https://sphinxcontrib-doxylink.readthedocs.io"
Original file line number Diff line number Diff line change 1
- __version__ = "1.12.3 "
1
+ __version__ = "1.12.4 "
2
2
3
3
4
4
def setup (app ):
You can’t perform that action at this time.
0 commit comments