Skip to content

Commit f8308c4

Browse files
committed
Release 1.12.4
1 parent 5a2975c commit f8308c4

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
## [Unreleased]
1414

15+
## [1.12.4] - 2025-02-06
16+
17+
### Changed
18+
19+
- Clarify and complete documentation about 'Configuration values' [PR #58]
20+
1521
### Fixed
1622

1723
- Support multiple documentation items with the same name [PR #63]
1824
- Parse exception and ref qualifier [PR #60]
1925
- Handle arbitrary number of `*` and `&` [PR #61]
2026
- Handle parameter packs `T...` [PR #62]
2127

22-
### Changed
23-
24-
- Clarify and complete documentation about 'Configuration values' [PR #58]
25-
2628
## [1.12.3] - 2023-10-24
2729

2830
### Fixed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[tool.poetry]
55
name = "sphinxcontrib-doxylink"
66
packages = [{include = "sphinxcontrib"}]
7-
version = "1.12.3"
7+
version = "1.12.4"
88
description = "Sphinx extension for linking to Doxygen documentation."
99
readme = "README.rst"
1010
documentation = "https://sphinxcontrib-doxylink.readthedocs.io"

sphinxcontrib/doxylink/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.12.3"
1+
__version__ = "1.12.4"
22

33

44
def setup(app):

0 commit comments

Comments
 (0)