version bump
This commit is contained in:
parent
346e22b5cb
commit
9924c70471
|
|
@ -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/),
|
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).
|
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
|
## [0.15.1] - 2025-02-27
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
"""Version information."""
|
"""Version information."""
|
||||||
|
|
||||||
__version__ = "0.15.1"
|
__version__ = "0.15.2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue