Skip to content

Commit fb0079d

Browse files
committed
v0.3.0
1 parent b8ade4d commit fb0079d

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
[Semantic Versioning](https://semver.org/)
44

5+
## [0.3.0] - 2025-03-23
6+
7+
- Bump `minify_html` from v0.15.0 to v0.16.4. Some config options were renamed, see [changelog](https://github.com/wilsonzlin/minify-html/blob/v0.16.4/CHANGELOG.md).
8+
59
## [0.2.5] - 2025-02-25
610

711
- Add support for PyPy 3.11 and free-threaded CPython 3.13.

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mkdocs-minify-html-plugin"
3-
version = "0.2.5"
3+
version = "0.3.0"
44
edition = "2024"
55
license = "MIT"
66
include = [

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["maturin>=1,<2"]
44

55
[project]
66
name = "mkdocs-minify-html-plugin"
7-
version = "0.2.5"
7+
version = "0.3.0"
88
description = "MkDocs plugin for minification using minify-html, an extremely fast and smart HTML + JS + CSS minifier"
99
readme = "README.md"
1010
authors = [{ name = "monosans", email = "[email protected]" }]

uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)