Skip to content

Commit 6f3a105

Browse files
committed
release: Bump version 0.1.0 -> 0.1.1
1 parent 59da57c commit 6f3a105

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,26 @@
22
Latest changes
33
==============
44

5+
v0.1.1
6+
======
7+
8+
:date: 2022-11-28
9+
10+
Small bug-fixes.
11+
12+
Fixes
13+
-----
14+
15+
* Force override ``searchindex.js`` as blank file.
16+
* ``searchtools.js`` initialize engine lazy.
17+
518
v0.1.0
619
======
720

821
:date: 2022-11-27
922

23+
For JavaScript based search-engine.
24+
1025
Features
1126
--------
1227

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = True
44
message = release: Bump version {current_version} -> {new_version}
55

src/sphinx_sqlite3fts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from . import builders, events
55

6-
__version__ = "0.1.0"
6+
__version__ = "0.1.1"
77

88

99
def setup(app: Sphinx):

0 commit comments

Comments
 (0)