Skip to content

Commit 97d6265

Browse files
Lanzelot1claude
andcommitted
chore: bump version to 0.7.0
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 19f8238 commit 97d6265

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.6.0] - 2025-12-04
8+
## [0.7.0] - 2025-12-04
99

1010
### ⚠️ Breaking Changes
1111
- **Complete terminology rename** - Playbook → Skillbook, Bullet → Skill
@@ -188,6 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
188188
- Type hints and modern Python practices
189189
- MIT licensed for open source use
190190

191+
[0.7.0]: https://github.com/Kayba-ai/agentic-context-engine/compare/v0.6.0...v0.7.0
192+
[0.6.0]: https://github.com/Kayba-ai/agentic-context-engine/compare/v0.5.0...v0.6.0
191193
[0.5.0]: https://github.com/Kayba-ai/agentic-context-engine/compare/v0.4.0...v0.5.0
192194
[0.4.0]: https://github.com/Kayba-ai/agentic-context-engine/compare/v0.3.0...v0.4.0
193195
[0.3.0]: https://github.com/Kayba-ai/agentic-context-engine/compare/v0.2.0...v0.3.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.6.0"
7+
version = "0.7.0"
88
description = "Build self-improving AI agents that learn from experience"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)