From 66aa13f6ee490448efac53e09391ff8d87137138 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Thu, 13 Feb 2025 09:50:00 -0500 Subject: [PATCH] Version bump. --- CHANGELOG.md | 16 ++++++++++++++++ ra_aid/__version__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 623f202..a99a7f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ 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.14.1] - 2025-02-13 + +### Added +- Added expected_runtime_seconds parameter for shell commands with graceful process shutdown +- Added config printing at startup (#88) + +### Changed +- Enforce byte limit in interactive commands +- Normalize/dedupe related file paths +- Relax aider version requirement for SWE-bench compatibility +- Upgrade langchain/langgraph dependencies + +### Fixed +- Fixed aider flags (#89) +- Fixed write_file_tool references + ## [0.14.0] - 2025-02-12 ### Added diff --git a/ra_aid/__version__.py b/ra_aid/__version__.py index ff2f19d..0bd9caa 100644 --- a/ra_aid/__version__.py +++ b/ra_aid/__version__.py @@ -1,3 +1,3 @@ """Version information.""" -__version__ = "0.14.0" +__version__ = "0.14.1"