docs: update CHANGELOG for unreleased changes

This commit is contained in:
AI Christianson 2025-01-04 15:40:32 -05:00
parent cd49c2bd48
commit 7310f0244d
1 changed files with 16 additions and 0 deletions

View File

@ -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).
## [Unreleased]
### Added
- Google Gemini AI provider support
- Dependency check functionality in ra_aid/dependencies.py
- Test coverage reporting to pytest commands
### Changed
- Updated minimum Python requirement to 3.9
- Updated OpenAI model defaults
- Modified test files to support new Gemini provider
- Updated SWE-bench dataset generation script with UV package management
### Fixed
- Date-based assertions in directory listing tests
## [0.11.3] - 2024-12-30
- MacOS fixes.