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

Commit ec07503

Browse files
authored
Release 0.1.2 (#113)
1 parent d1d268d commit ec07503

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Version 0.1.2
2+
-------------
3+
4+
:Date: May 11, 2022
5+
6+
* `@ericholscher <https://github.com/ericholscher>`__: Improve SEO of README & docs index (`#111 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/111>`__)
7+
* `@dependabot[bot] <https://github.com/dependabot[bot]>`__: Bump moment from 2.29.1 to 2.29.2 (`#110 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/110>`__)
8+
* `@stsewd <https://github.com/stsewd>`__: Test with sphinx 4 and python 3.10 (`#109 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/109>`__)
9+
* `@stsewd <https://github.com/stsewd>`__: Add sphinx metadata (`#108 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/108>`__)
10+
* `@dependabot[bot] <https://github.com/dependabot[bot]>`__: Bump minimist from 1.2.5 to 1.2.6 (`#107 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/107>`__)
11+
* `@stsewd <https://github.com/stsewd>`__: Rename master -> main (`#106 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/106>`__)
12+
* `@stsewd <https://github.com/stsewd>`__: Docs: use sphinx 4.x (`#105 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/105>`__)
13+
* `@astrojuanlu <https://github.com/astrojuanlu>`__: Fix docs (`#102 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/102>`__)
14+
* `@dependabot[bot] <https://github.com/dependabot[bot]>`__: Bump postcss from 7.0.35 to 7.0.39 (`#100 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/100>`__)
15+
* `@dependabot[bot] <https://github.com/dependabot[bot]>`__: Bump path-parse from 1.0.6 to 1.0.7 (`#99 <https://github.com/readthedocs/readthedocs-sphinx-search/pull/99>`__)
16+
117
Version 0.1.1
218
-------------
319

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.1.1",
3+
"version": "0.1.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.1.1'
1+
__version__ = '0.1.2'

0 commit comments

Comments
 (0)