Skip to content

Commit cdcf3e3

Browse files
chore(release): v0.8.0-rc1 (#62)
Pins pyproject, __version__, and the test_smoke assertion to 0.8.0rc1 ahead of the rc tag. CHANGELOG promoted from [Unreleased] to [0.8.0] — 2026-05-23. uv.lock refreshed via the uv-lock pre-commit hook to match the new package version. Spec pin already at v0.17.0; no spec submodule change.
1 parent 052b839 commit cdcf3e3

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to `openarmature-python` are documented in this file.
44

55
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). The package follows [Semantic Versioning](https://semver.org/); pre-1.0 minor bumps may carry behavioral changes per [spec governance](https://github.com/LunarCommand/openarmature-spec/blob/main/GOVERNANCE.md).
66

7-
## [Unreleased]
7+
## [0.8.0] — 2026-05-23
88

99
LLM-provider span payload and GenAI semconv release. Pinned spec
1010
jumps from v0.16.1 to v0.17.0 (proposal 0024 / observability §5.5

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "openarmature"
7-
version = "0.7.0"
7+
version = "0.8.0rc1"
88
description = "Workflow framework for LLM pipelines and tool-calling agents."
99
readme = "README.md"
1010
requires-python = ">=3.12"

src/openarmature/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""OpenArmature: workflow framework for LLM pipelines and tool-calling agents."""
22

3-
__version__ = "0.7.0"
3+
__version__ = "0.8.0rc1"
44
__spec_version__ = "0.17.0"

tests/test_smoke.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
def test_package_versions() -> None:
11-
assert openarmature.__version__ == "0.7.0"
11+
assert openarmature.__version__ == "0.8.0rc1"
1212
assert openarmature.__spec_version__ == "0.17.0"
1313

1414

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)