Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Aug 3, 2023
1 parent c7ea0b9 commit 4fa25d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
CHANGELOG
=========

TBA
------------------

- Add `JS_MIN` setting and ability to minify JavaScript files
- Replace all minifiers with `minify_html`

1.0.0 - 2022-02-19
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This Pelican plugin can compress HTML & CSS files as well as inline CSS and Java
Requirements
------------

Because this plugin depends on the [`minify_html`](https://pypi.org/project/minify-html) Python package, which in turn utilizes the Rust-based [minify-html](https://github.com/wilsonzlin/minify-html) project, you must have Cargo (the Rust package manager) installed and available on your `PATH`. Rust and Cargo can be installed on Mac systems via Homebrew:
Because this plugin depends on the [`minify-html`](https://pypi.org/project/minify-html) Python package, which in turn utilizes the Rust-based [`minify-html`](https://github.com/wilsonzlin/minify-html) project, you must have Cargo (the Rust package manager) installed and available on your `PATH`. Rust and Cargo can be installed on Mac systems via Homebrew:

brew install rust

Expand Down
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
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)

0 comments on commit 4fa25d5

Please sign in to comment.