Skip to content

Commit

Permalink
Release 0.3.0 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Mar 27, 2023
1 parent ca36a15 commit 25673a3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.3.0
-------------

:Date: Mar 27, 2023

* @stsewd: Use the search API V3 and add support for custom filters (#132)

Version 0.2.0
-------------

Expand Down
2 changes: 2 additions & 0 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ After the pull request is merged, run:

.. prompt:: bash

TWINE_USERNAME=__token__
TWINE_PASSWORD=<your-pypi-token>
make release
make tag

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "readthedocs-sphinx-search",
"version": "0.2.0",
"version": "0.3.0",
"description": "Enable search-as-you-type feature.",
"scripts": {
"build": "gulp",
Expand Down
2 changes: 1 addition & 1 deletion sphinx_search/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.3.0'

0 comments on commit 25673a3

Please sign in to comment.