From 9b85ea0b84f695cb20e39367f52c692a7d8f2394 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 27 Jul 2026 19:26:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20v0.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump the version and date the changelog for the downstream-seams feature set: opt-in per-document numbering, the wrapper/render node factories, app-registered lexer awareness, and the per_document_number and nested_parse_text helpers. --- CHANGELOG.md | 2 +- src/sphinx_syntax_example/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4295141..043ef2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## v0.2.0 (2026-07-27) ### ✨ Features diff --git a/src/sphinx_syntax_example/__init__.py b/src/sphinx_syntax_example/__init__.py index d0e5e3a..1853243 100644 --- a/src/sphinx_syntax_example/__init__.py +++ b/src/sphinx_syntax_example/__init__.py @@ -109,7 +109,7 @@ from sphinx.util import get_filetype, logging from sphinx.util.docutils import SphinxDirective -__version__ = "0.1.1" +__version__ = "0.2.0" logger = logging.getLogger(__name__)