We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e9853 commit 9404d46Copy full SHA for 9404d46
CHANGES.rst
@@ -2,6 +2,21 @@
2
Latest changes
3
==============
4
5
+v0.1.2
6
+======
7
+
8
+:date: 2023-11-26
9
10
+Important
11
+---------
12
13
+* Rename from ``sphinx-sqlite3fts``
14
15
+Fixes
16
+-----
17
18
+* Ref content-root when using Sphinx>=7.2
19
20
v0.1.1
21
======
22
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.1.1
+current_version = 0.1.2
commit = True
message = release: Bump version {current_version} -> {new_version}
src/atsphinx/sqlite3fts/__init__.py
@@ -3,7 +3,7 @@
from . import builders, events
-__version__ = "0.1.1"
+__version__ = "0.1.2"
def setup(app: Sphinx):
0 commit comments