Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit c485b81

Browse files
committed
Release 0.3.2
1 parent 8c6f6d0 commit c485b81

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.3.2
2+
-------------
3+
4+
:Date: Jan 15, 2024
5+
6+
* @stsewd: Security fix, more information in `GHSA-xgfm-fjx6-62mj <https://github.com/readthedocs/readthedocs-sphinx-search/security/advisories/GHSA-xgfm-fjx6-62mj>`__.
7+
18
Version 0.3.1
29
-------------
310

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "readthedocs-sphinx-search",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Enable search-as-you-type feature.",
55
"scripts": {
66
"build": "gulp",

sphinx_search/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.1'
1+
__version__ = '0.3.2'

0 commit comments

Comments
 (0)