Skip to content

Commit

Permalink
Release 1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 6, 2025
1 parent 5a2975c commit f8308c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.12.4] - 2025-02-06

### Changed

- Clarify and complete documentation about 'Configuration values' [PR #58]

### Fixed

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

### Changed

- Clarify and complete documentation about 'Configuration values' [PR #58]

## [1.12.3] - 2023-10-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[tool.poetry]
name = "sphinxcontrib-doxylink"
packages = [{include = "sphinxcontrib"}]
version = "1.12.3"
version = "1.12.4"
description = "Sphinx extension for linking to Doxygen documentation."
readme = "README.rst"
documentation = "https://sphinxcontrib-doxylink.readthedocs.io"
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/doxylink/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.12.3"
__version__ = "1.12.4"


def setup(app):
Expand Down

0 comments on commit f8308c4

Please sign in to comment.