Skip to content

Commit f1776ce

Browse files
chore(release): v0.8.0 (#63)
Drop the rc1 suffix from the three pinned version sites: pyproject, __version__, and the test_smoke assertion. uv.lock refreshed via the uv-lock pre-commit hook to match. CHANGELOG date already 2026-05-23 from the rc1 prep; same date applies to the real release. Spec pin already at v0.17.0; no spec submodule change.
1 parent cdcf3e3 commit f1776ce

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.8.0rc1"
7+
version = "0.8.0"
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.8.0rc1"
3+
__version__ = "0.8.0"
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.8.0rc1"
11+
assert openarmature.__version__ == "0.8.0"
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)