Skip to content

Commit 1bc15ab

Browse files
committed
Bump version to 0.11.2
1 parent b76790f commit 1bc15ab

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/strictdoc_04_release_notes.sdoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,24 @@ STATEMENT: >>>
4545
This document maintains a record of all changes to StrictDoc since November 2023. It serves as a user-friendly version of the changelog, complementing the automatically generated, commit-by-commit changelog available as GitHub releases: `StrictDoc Releases <https://github.com/strictdoc-project/strictdoc/releases>`_.
4646
<<<
4747

48+
[[SECTION]]
49+
MID: 4bd05b9073254db38322102f4bbc5096
50+
TITLE: 0.11.2 (2025-09-02)
51+
52+
[TEXT]
53+
MID: 7776a30d522b4b5f9a6e405d20241566
54+
STATEMENT: >>>
55+
This release contains a single bug fix.
56+
57+
The html2pdf4doc_python library has been updated to the latest version, which includes a fix for a recent regression introduced in StrictDoc version 0.11.0 and html2pdf4doc_python version 0.0.19.
58+
59+
The bug report: `Bug: Large TOC overflows into footer / header #46 <https://github.com/strictdoc-project/html2pdf4doc_python/issues/46>`_.
60+
61+
Thanks to @thseiler for reporting this issue.
62+
<<<
63+
64+
[[/SECTION]]
65+
4866
[[SECTION]]
4967
MID: 3e3043021e034cb69dfd9b62eecadbb3
5068
TITLE: 0.11.1 (2025-09-01)

strictdoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from strictdoc.core.environment import SDocRuntimeEnvironment
22

3-
__version__ = "0.11.1"
3+
__version__ = "0.11.2"
44

55

66
environment = SDocRuntimeEnvironment(__file__)

0 commit comments

Comments
 (0)