From 9924c70471138f9fea00eecacc7cde918079b7cb Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Thu, 27 Feb 2025 11:45:45 -0500 Subject: [PATCH] version bump --- CHANGELOG.md | 9 +++++++++ ra_aid/__version__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a804e0a..d55ae25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ra_aid/__version__.py b/ra_aid/__version__.py index ba0601f..3af5aa4 100644 --- a/ra_aid/__version__.py +++ b/ra_aid/__version__.py @@ -1,3 +1,3 @@ """Version information.""" -__version__ = "0.15.1" +__version__ = "0.15.2"