From aea69af9c1a0b87771e4d69b7ab53aea4bc8b620 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 23 Dec 2024 14:57:08 -0500 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++-- ra_aid/__version__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f71ec9a..88d8cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,12 @@ 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). -## [Unreleased] +## [0.9.0] - 2024-12-23 +- Improve agent interruption UX by allowing user to specify feedback or exit the program entirely. - Do not put file ID in file paths when reading for expert context. - Agents log work internally, improving context information. - Clear task list when plan is completed. -- Improve agent interruption UX by allowing user to specify feedback or exit the program entirely. ## [0.8.2] - 2024-12-23 diff --git a/ra_aid/__version__.py b/ra_aid/__version__.py index 8fbe3ce..ca25270 100644 --- a/ra_aid/__version__.py +++ b/ra_aid/__version__.py @@ -1,3 +1,3 @@ """Version information.""" -__version__ = "0.8.2" +__version__ = "0.9.0"