From e9b049948b8c0847cd857574b5d03a0b96bd9362 Mon Sep 17 00:00:00 2001 From: botpub <52496925+botpub@users.noreply.github.com> Date: Thu, 3 Aug 2023 15:48:34 +0000 Subject: [PATCH] Release Minify 2.0.0 --- CHANGELOG.md | 8 ++++++++ RELEASE.md | 6 ------ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index fc7bd4c..a6cc862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +2.0.0 - 2023-08-03 +------------------ + +- Rename plugin and move under Pelican Plugins organization +- Restructure according to latest plugin best practices +- Add `JS_MIN` setting and ability to minify JavaScript files +- Replace all minifiers with [`minify-html`](https://github.com/wilsonzlin/minify-html) + 1.0.0 - 2022-02-19 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 3a6c564..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,6 +0,0 @@ -Release type: major - -- Rename plugin and move under Pelican Plugins organization -- Restructure according to latest plugin best practices -- Add `JS_MIN` setting and ability to minify JavaScript files -- Replace all minifiers with [`minify-html`](https://github.com/wilsonzlin/minify-html) diff --git a/pyproject.toml b/pyproject.toml index fe77453..91741d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pelican-minify" -version = "1.0.0" +version = "2.0.0" description = "Pelican plugin to minify HTML, CSS and Javascript" authors = [ {name = "Alexander Herrmann", email = "106409+dArignac@users.noreply.github.com"},