File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-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- ## [ Unreleased ]
8+ ## [ 0.5.0 ] - 2025-11-20
99
1010### ⚠️ Breaking Changes
1111- ** Playbook format changed to TOON (Token-Oriented Object Notation)**
@@ -163,6 +163,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163163- Type hints and modern Python practices
164164- MIT licensed for open source use
165165
166+ [ 0.5.0 ] : https://github.com/Kayba-ai/agentic-context-engine/compare/v0.4.0...v0.5.0
166167[ 0.4.0 ] : https://github.com/Kayba-ai/agentic-context-engine/compare/v0.3.0...v0.4.0
167168[ 0.3.0 ] : https://github.com/Kayba-ai/agentic-context-engine/compare/v0.2.0...v0.3.0
168169[ 0.2.0 ] : https://github.com/Kayba-ai/agentic-context-engine/compare/v0.1.1...v0.2.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.4 .0"
7+ version = " 0.5 .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