From 40f46503a8222ab5bf89f0004e5ff141041ce3f9 Mon Sep 17 00:00:00 2001 From: botpub Date: Thu, 9 Feb 2023 06:56:12 +0000 Subject: [PATCH] Release Search 1.0.2 --- CHANGELOG.md | 5 +++++ RELEASE.md | 3 --- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 318f896..fc5a669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +1.0.2 - 2023-02-09 +------------------ + +Improve handling of quotation marks and other special characters in post titles. + 1.0.1 - 2022-08-05 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 5e03022..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Improve handling of quotation marks and other special characters in post titles. diff --git a/pyproject.toml b/pyproject.toml index 8a87121..fb63758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelican-search" -version = "1.0.1" +version = "1.0.2" description = "Pelican plugin that indexes content and enables static site searches" authors = ["Justin Mayer "] license = "AGPL-3.0"