Skip to content

Commit 9508a66

Browse files
authored
Merge pull request #2583 from strictdoc-project/stanislaw/autouid
Bump version to 0.15.1
2 parents 25594ab + 56552ee commit 9508a66

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/strictdoc_04_release_notes.sdoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,22 @@ 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: bc41f8bb39b84edb87088bda5b462dbc
50+
TITLE: 0.15.1 (2025-11-28)
51+
52+
[TEXT]
53+
MID: ff80bff8ecb24703ab26aba8b74f5b00
54+
STATEMENT: >>>
55+
This release contains the following improvements:
56+
57+
1. Our work on the Linux kernel requirements template proposal has continued. Several enhancements were made to reading SDoc nodes from source files. Multiple lexing and parsing improvements were implemented. Node MID and HASH generation was added for source nodes when they have corresponding SDoc nodes in the “sidecar” .sdoc files used by the Linux requirements proposal. Thanks to @haxtibal for contributing patches and feedback for this work.
58+
59+
2. Support for reading Structured Text (PLC) files was added. Previously, files with the .st extension were incorrectly recognized as Smalltalk files, which resulted in incorrect Pygments syntax highlighting. For now, the Pygments lexer for ST is set to plain text. As part of the same work, the general non-language-specific parser for source files did not correctly recognize requirement identifiers that contain underscores. We have fixed this and created a follow-up ticket to unify the requirement identifier regex so that it is shared across all parsers and grammars. Thanks to @xw-mk for reporting the issue.
60+
<<<
61+
62+
[[/SECTION]]
63+
4864
[[SECTION]]
4965
MID: c2ee8e32a2324963a90e7ba81f95ee0d
5066
TITLE: 0.15.0 (2025-11-08)

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.15.0"
3+
__version__ = "0.15.1"
44

55

66
environment = SDocRuntimeEnvironment(__file__)

0 commit comments

Comments
 (0)