File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 22Latest 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+
518v0.1.0
619======
720
821:date: 2022-11-27
922
23+ For JavaScript based search-engine.
24+
1025Features
1126--------
1227
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.0
2+ current_version = 0.1.1
33commit = True
44message = release: Bump version {current_version} -> {new_version}
55
Original file line number Diff line number Diff line change 33
44from . import builders , events
55
6- __version__ = "0.1.0 "
6+ __version__ = "0.1.1 "
77
88
99def setup (app : Sphinx ):
You can’t perform that action at this time.
0 commit comments