Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion python/kernel/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion python/providers/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion python/toolkit/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading