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"},