tangled
alpha
login
or
join now
trendels.name
/
minihtml
1
fork
atom
Simple HTML Generation https://minihtml.trendels.name/
1
fork
atom
overview
issues
pulls
pipelines
v0.2.1
Stanis Trendelenburg
1 year ago
30b767e2
aad25ecd
+6
-2
3 changed files
expand all
collapse all
unified
split
Changelog.md
pyproject.toml
uv.lock
+4
Changelog.md
···
1
1
# Changelog
2
2
3
3
+
## 0.2.1 (2025-02-22)
4
4
+
5
5
+
- Documentation and project metadata update (no code changes)
6
6
+
3
7
## 0.2.0 (2025-02-22)
4
8
5
9
- Release new 0.2.x API (backwards incompatible change)
+1
-1
pyproject.toml
···
1
1
[project]
2
2
name = "minihtml"
3
3
-
version = "0.2.0"
3
3
+
version = "0.2.1"
4
4
description = "Simple HTML Generation"
5
5
readme = "README.md"
6
6
authors = [
+1
-1
uv.lock
···
99
99
100
100
[[package]]
101
101
name = "minihtml"
102
102
-
version = "0.2.0"
102
102
+
version = "0.2.1"
103
103
source = { editable = "." }
104
104
105
105
[package.dev-dependencies]