From 7310f0244d815b3832736074afbbae1f2cd33df5 Mon Sep 17 00:00:00 2001 From: AI Christianson Date: Sat, 4 Jan 2025 15:40:32 -0500 Subject: [PATCH] docs: update CHANGELOG for unreleased changes --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0249b39..dbf0e38 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). +## [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.