From a57ef07d999bdbb4131c49922a5cae7b65fd3fab Mon Sep 17 00:00:00 2001 From: xieningjun <779016161@qq.com> Date: Wed, 15 Jul 2026 01:41:13 +0800 Subject: [PATCH] Prepare v0.1.1 release --- CHANGELOG.md | 5 ++++- python/kernel/pyproject.toml | 2 +- python/providers/pyproject.toml | 2 +- python/toolkit/pyproject.toml | 2 +- python/uv.lock | 6 +++--- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 865a71a..35de3a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.1] - 2026-07-15 + ### Changed - Expanded each distribution README into a standalone PyPI guide while keeping @@ -29,5 +31,6 @@ versions follow [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Portable v0 contracts, 66 conformance cases, diagnostics, and trace verification. - Per-distribution Trusted Publisher environments for credential-free first releases. -[Unreleased]: https://github.com/Ezio2000/jharness-python/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/Ezio2000/jharness-python/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/Ezio2000/jharness-python/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/Ezio2000/jharness-python/releases/tag/v0.1.0 diff --git a/python/kernel/pyproject.toml b/python/kernel/pyproject.toml index eba66d1..23be3f2 100644 --- a/python/kernel/pyproject.toml +++ b/python/kernel/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jharness-kernel" -version = "0.1.0" +version = "0.1.1" description = "JHarness model-neutral immutable runtime kernel" readme = "README.md" requires-python = ">=3.11" diff --git a/python/providers/pyproject.toml b/python/providers/pyproject.toml index df424ec..ff3541d 100644 --- a/python/providers/pyproject.toml +++ b/python/providers/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jharness-providers" -version = "0.1.0" +version = "0.1.1" description = "Concrete model provider adapters for the JHarness runtime" readme = "README.md" requires-python = ">=3.11" diff --git a/python/toolkit/pyproject.toml b/python/toolkit/pyproject.toml index 1dfbd30..61e515d 100644 --- a/python/toolkit/pyproject.toml +++ b/python/toolkit/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jharness-toolkit" -version = "0.1.0" +version = "0.1.1" description = "JHarness tool registry, validation helpers, and execution decorators" readme = "README.md" requires-python = ">=3.11" diff --git a/python/uv.lock b/python/uv.lock index d4836d3..bc5db15 100644 --- a/python/uv.lock +++ b/python/uv.lock @@ -468,12 +468,12 @@ wheels = [ [[package]] name = "jharness-kernel" -version = "0.1.0" +version = "0.1.1" source = { editable = "kernel" } [[package]] name = "jharness-providers" -version = "0.1.0" +version = "0.1.1" source = { editable = "providers" } dependencies = [ { name = "httpx" }, @@ -488,7 +488,7 @@ requires-dist = [ [[package]] name = "jharness-toolkit" -version = "0.1.0" +version = "0.1.1" source = { editable = "toolkit" } dependencies = [ { name = "jharness-kernel" },