Skip to content

Commit b9c55c7

Browse files
committed
Version 0.2.0
1 parent b6494bd commit b9c55c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Alternatively you can put in a random value and will receive an warning message
196196
197197
## Changelog
198198
199-
### Head
199+
### Version 0.2.0
200200
201201
- Added `search_page_path`, `search_page_create_if_missing` and `search_page_section_name` settings, which allow adding a search page without touching any Markdown files
202202
- Added inline placeholder search mode: Use `PLACEHOLDER_INLINE_LISTINGS_SEARCH_PLUGIN` in a page to include the script and listings database inline into it.

requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
beautifulsoup4
22
types-beautifulsoup4
3-
mkdocs>=1.4.0
3+
mkdocs>=1.5.0
44
mkdocs-material

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mkdocs-extract-listings-plugin
3-
version = 0.1.3
3+
version = 0.2.0
44
author = six-two
55
author_email = [email protected]
66
description = Create a page that contains all of your listings and/or a search function for listings

0 commit comments

Comments
 (0)