From d51cd36507707308b7f2dc7d6d5c4c4694bfb103 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 05:41:54 +0000 Subject: [PATCH] chore(main): release 0.7.0 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d4925..d529eb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.0](https://github.com/lu-pl/lodkit/compare/v0.6.0...v0.7.0) (2026-05-14) + + +### Features + +* add support for `[]` in subject position in the ttl constructor ([7c32566](https://github.com/lu-pl/lodkit/commit/7c325667697fac486505c73b19d8211f7b2fb20a)) +* add support for rdfs:Datatype to ClosedOntologyNamespace ([5354ad8](https://github.com/lu-pl/lodkit/commit/5354ad851a67a150123daaedcb057c5d7a063019)) + + +### Bug Fixes + +* remove sha256 truncation in lodkit.URIConstructor ([97758dd](https://github.com/lu-pl/lodkit/commit/97758dd18225077a2f7174467c06632d12a4a7e2)) + ## [0.6.0](https://github.com/lu-pl/lodkit/compare/v0.5.0...v0.6.0) (2026-01-15) diff --git a/pyproject.toml b/pyproject.toml index 5606da1..faa09aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lodkit" -version = "0.6.0" +version = "0.7.0" description = "" authors = [{ name = "Lukas Plank", email = "lupl@tuta.io" }] requires-python = ">=3.12"