Skip to content

Commit 5a9148c

Browse files
committed
docs: Update changlog and bump version
1 parent 369dc53 commit 5a9148c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"full_name": "sphinxnotes-strike",
1010
"author": "Shengyu Zhang",
1111
"description": "An extension that adds strikethrough text support to Sphinx",
12-
"version": "1.2",
12+
"version": "1.3",
1313
"github_owner": "sphinx-notes",
1414
"github_repo": "strike",
1515
"pypi_name": "sphinxnotes-strike",

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ Change Log
1919
2020
Change log here.
2121
22+
1.3
23+
---
24+
25+
.. version:: _
26+
:date: 2025-09-26
27+
28+
- Export a ``SUPPORTED_BUILDERS`` list (:issue:`7`)
29+
- Add :file:`py.typed` file to ship type hints (:pull:`6`)
30+
2231
1.2
2332
---
2433

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
project = 'sphinxnotes-strike'
1313
author = 'Shengyu Zhang'
14-
copyright = "2023, " + author
14+
copyright = "2025, " + author
1515

1616
# The full version, including alpha/beta/rc tags
17-
version = release = '1.2-4-g8eb3dc8'
17+
version = release = '1.3'
1818

1919
# -- General configuration ---------------------------------------------------
2020

0 commit comments

Comments
 (0)