Ledgence 0.1.1 — Registry packages
Ledgence 0.1.1
This release adds registry distribution for the Python client and the Rust interfaces used to build worker and orchestration adapters.
| Package | Purpose |
|---|---|
| ledgence-client | Python async task and workflow client; import ledgence.client |
| ledgence-worker-api | Rust worker execution, runtime, artifact and telemetry contracts |
| ledgence-orchestration-api | Rust task/workflow orchestration and delivery contracts |
Install the Python client with:
python -m pip install ledgence-client==0.1.1The source distributions include their tests, fixtures and legal notices, and the Python package includes typing metadata. Package qualification exercises fresh extracts outside the repository. The publication workflow checks the bytes downloaded from each registry and verifies installation into new consumer environments.
This release also corrects generated documentation Markdown exports and their index links, and keeps the Python client's reported version consistent with its distribution metadata.
Ledgence-owned code is MIT licensed. Applications using Ledgence can remain proprietary; applicable third-party legal notices are included.
This is a package-distribution release. Existing 0.1.0 native release bundles remain unchanged. Installing the Rust API crates does not deploy Ledgence services. The Python client does not bundle the separately supplied ledgence.worker helper or CPython. See registry packages for package scope and release qualification.