File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to ACE Framework will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ace-framework"
7- version = " 0.6 .0"
7+ version = " 0.7 .0"
88description = " Build self-improving AI agents that learn from experience"
99readme = " README.md"
1010requires-python = " >=3.11"
You can’t perform that action at this time.
0 commit comments