Skip to content

Commit c0b4f49

Browse files
committed
chore(release): bump version to 0.8.3
1 parent cb16401 commit c0b4f49

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to ACE Framework will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.3] - 2026-02-21
9+
10+
### Added
11+
- **Pipeline engine** — generic pipeline framework with branching, async boundaries, and parallel execution (#78)
12+
- **Trace passthrough**`_build_traces()` helper and raw trace data passed to RecursiveReflector sandbox
13+
814
## [0.8.2] - 2026-02-18
915

1016
### Added
@@ -234,6 +240,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
234240
- Type hints and modern Python practices
235241
- MIT licensed for open source use
236242

243+
[0.8.3]: https://github.com/Kayba-ai/agentic-context-engine/compare/v0.8.2...v0.8.3
237244
[0.8.2]: https://github.com/Kayba-ai/agentic-context-engine/compare/v0.8.1...v0.8.2
238245
[0.8.1]: https://github.com/Kayba-ai/agentic-context-engine/compare/v0.8.0...v0.8.1
239246
[0.8.0]: https://github.com/Kayba-ai/agentic-context-engine/compare/v0.7.3...v0.8.0

pyproject.toml

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

55
[project]
66
name = "ace-framework"
7-
version = "0.8.2"
7+
version = "0.8.3"
88
description = "Build self-improving AI agents that learn from experience"
99
readme = "README.md"
1010
requires-python = ">=3.12"

0 commit comments

Comments
 (0)