Skip to content

Commit 077561f

Browse files
committed
chore: Bump version to 2.1
1 parent 0311bf1 commit 077561f

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"full_name": "sphinxnotes-recentupdate",
1010
"author": "Shengyu Zhang",
1111
"description": "Display recent document updates from Git in Sphinx documentation",
12-
"version": "2.0",
12+
"version": "2.1",
1313
"github_owner": "sphinx-notes",
1414
"github_repo": "recentupdate",
1515
"generated_file_header": "This file is generated from sphinx-notes/cookiecutter.",

docs/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ Change Log
2121
Version 2.x
2222
===========
2323

24+
.. version:: 2.1
25+
:date: 2026-06-22
26+
27+
- feat: The :rst:dir:`recentupdate:paths` is relative to srcdir
28+
(prefixed with ``/``) or current document (prefixed with ``.`` or no prefix)
29+
now
30+
- fix: Make sure all docnames in Revision prefixed with a ``/``,
31+
so it can be correctly referenced by Sphinx's :rst:role:`doc` role
32+
2433
.. version:: 2.0
2534
:date: 2026-06-22
2635
:break:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
copyright = "2025, " + author
1414

1515
# The full version, including alpha/beta/rc tags
16-
version = release = '2.0'
16+
version = release = '2.1'
1717

1818
# -- General configuration ---------------------------------------------------
1919

0 commit comments

Comments
 (0)