Skip to content

Commit ea1f753

Browse files
committed
Release v4.36.0
1 parent ce67526 commit ea1f753

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@ Change Log
33

44
Inspired by `Keepachangelog.com <https://keepachangelog.com/>`__.
55

6+
- 2025-02-22 - **Breathe v4.36.0**
7+
8+
- Update `test_renderer` so that tests pass with Sphinx 7.2.
9+
`#976 <https://github.com/breathe-doc/breathe/pull/976>`__
10+
- Fix PosixPath issue with Sphinx 7.2.
11+
`#964 <https://github.com/breathe-doc/breathe/pull/964>`__
12+
- Avoid `RemovedInSphinx80Warning` in path-manipulation code.
13+
`#977 <https://github.com/breathe-doc/breathe/pull/977>`__
14+
- Require Sphinx 7.2 or later, Python 3.9 or later,
15+
and Doxygen 1.9.2 or later.
16+
`#887 <https://github.com/breathe-doc/breathe/pull/887>`__,
17+
`#946 <https://github.com/breathe-doc/breathe/pull/946>`__
18+
`#955 <https://github.com/breathe-doc/breathe/pull/955>`__
19+
- Begin to use pathlib.
20+
- Resolve full title for doxygenpage and doxygengroup
21+
and allow for omitting the title all together
22+
`#939 <https://github.com/breathe-doc/breathe/pull/939>`__
23+
- Insert signature name for use with Sphinx Table of Contents
24+
`#959 <https://github.com/breathe-doc/breathe/pull/959>`__
25+
- Fix test failure with latest Sphinx master.
26+
`#1010 <https://github.com/breathe-doc/breathe/pull/1010>`__
27+
- Fix error in template specialization with qualified arguments
28+
`#1010 <https://github.com/breathe-doc/breathe/pull/1012>`__
29+
630
- 2023-02-28 - **Breathe v4.35.0**
731

832
- Pull lone literal blocks in paragraphs up to produce correct doctree.

breathe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
if TYPE_CHECKING:
1010
from sphinx.application import Sphinx
1111

12-
__version__ = "4.35.0"
12+
__version__ = "4.36.0"
1313

1414

1515
def setup(app: Sphinx):

0 commit comments

Comments
 (0)