From fbc4e05d4e6a9f5e0105b6c8f6e7a53b4689cffe Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Thu, 27 Feb 2025 09:25:06 -0500 Subject: [PATCH] version bump --- CHANGELOG.md | 19 ++++++++++++++++++- ra_aid/__version__.py | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cce9b17..f8263bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ 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.0] - 2025-02-27 + +### Added +- Added database infrastructure with models, connections, and migrations +- Added agent context system for improved context management +- Added aider-free mode with command line option to disable aider-related functionality +- Added database-related dependencies + +### Changed +- Improved file editing tools with enhanced functionality +- Enhanced agent implementation tools with modified return values and logic +- Improved agent tool prompts for better clarity and effectiveness +- Fixed langgraph prebuilt dependency + +### Fixed +- Fixed project state detection logic with added tests + ## [0.14.9] - 2025-02-25 ### Added @@ -337,4 +354,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - New `file_str_replace` tool for performing exact string replacements in files with unique match validation -- New `write_file_tool` for writing content to files with rich output formatting and comprehensive error handling +- New `write_file_tool` for writing content to files with rich output formatting and comprehensive error handling \ No newline at end of file diff --git a/ra_aid/__version__.py b/ra_aid/__version__.py index b205db1..6fe4de2 100644 --- a/ra_aid/__version__.py +++ b/ra_aid/__version__.py @@ -1,3 +1,3 @@ """Version information.""" -__version__ = "0.14.9" +__version__ = "0.15.0"