From a8030104fc7312d68e2d846d6c6cc87c6c6a0112 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Thu, 27 Feb 2025 09:43:22 -0500 Subject: [PATCH] version bump --- CHANGELOG.md | 5 +++++ ra_aid/__version__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8263bb..a804e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.1] - 2025-02-27 + +### Fixed +- Improved chat prompt to prevent endless loop behavior with sonnet 3.7. + ## [0.15.0] - 2025-02-27 ### Added diff --git a/ra_aid/__version__.py b/ra_aid/__version__.py index 6fe4de2..ba0601f 100644 --- a/ra_aid/__version__.py +++ b/ra_aid/__version__.py @@ -1,3 +1,3 @@ """Version information.""" -__version__ = "0.15.0" +__version__ = "0.15.1"