We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd284da commit 7138909Copy full SHA for 7138909
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+# Changelog
2
+
3
+## [0.4.0](https://github.com/lu-pl/lodkit/compare/v0.3.0...v0.4.0) (2025-12-01)
4
5
6
+### Features
7
8
+* implement TripleChain class ([2417670](https://github.com/lu-pl/lodkit/commit/241767084c3765e18e4215fb8e16fab22a0861d4))
9
10
11
+### Documentation
12
13
+* add TripleChain README section ([dd284da](https://github.com/lu-pl/lodkit/commit/dd284da1259821781239de38ce27afc7615e1fc9))
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "lodkit"
-version = "0.3.0"
+version = "0.4.0"
description = ""
authors = [{ name = "Lukas Plank", email = "[email protected]" }]
requires-python = ">=3.12"
0 commit comments