Skip to content

Commit b98e02c

Browse files
committed
v0.2.5
1 parent 5419f09 commit b98e02c

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.2.5] - 2025-02-25
6+
7+
- Add support for PyPy 3.11 and free-threaded CPython 3.13.
8+
59
## [0.2.4] - 2025-02-01
610

711
- Require Python >= 3.9.

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.4"
3+
version = "0.2.5"
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.4"
7+
version = "0.2.5"
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)