Skip to content

Commit 7f485f1

Browse files
committedFeb 21, 2024
v0.2.1
1 parent 919494d commit 7f485f1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## [0.2.1] - 2024-02-21
6+
7+
- Unpin dependencies.
8+
- Don't require typing-extensions on Python >= 3.12.
9+
510
## [0.2.0] - 2023-12-26
611

712
- Bundle `minify-html` with the plugin to avoid depending on the PyPI package. This version uses `minify-html` v0.15.0.

‎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.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "MIT"
66
include = [

0 commit comments

Comments
 (0)
Please sign in to comment.