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"