docs: update CHANGELOG for unreleased changes
This commit is contained in:
parent
cd49c2bd48
commit
7310f0244d
16
CHANGELOG.md
16
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue