From f8308c48aceeb1cf1f003dd41a48f9ad1bb59ac5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Feb 2025 22:16:39 +0000 Subject: [PATCH] Release 1.12.4 --- CHANGELOG.md | 10 ++++++---- pyproject.toml | 2 +- sphinxcontrib/doxylink/__init__.py | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 329a618..7456424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ 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] @@ -19,10 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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 diff --git a/pyproject.toml b/pyproject.toml index e244123..2cd4c64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/sphinxcontrib/doxylink/__init__.py b/sphinxcontrib/doxylink/__init__.py index d476c21..a920715 100644 --- a/sphinxcontrib/doxylink/__init__.py +++ b/sphinxcontrib/doxylink/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.12.3" +__version__ = "1.12.4" def setup(app):