version bump

This commit is contained in:
AI Christianson 2025-02-27 11:45:45 -05:00
parent 346e22b5cb
commit 9924c70471
2 changed files with 10 additions and 1 deletions

View File

@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.15.2] - 2025-02-27
### Added
- Added agent_should_exit context functionality with propagation to parent contexts
- Improved agent crash detection with non-propagating crash state
- Enhanced ripgrep tool with better context support
- Improved agent context inheritance
- Added comprehensive test coverage for exit and crash handling
## [0.15.1] - 2025-02-27
### Fixed

View File

@ -1,3 +1,3 @@
"""Version information."""
__version__ = "0.15.1"
__version__ = "0.15.2"