From 77976a525345ec15fdfc2d4daa62f48bdd705ffe Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 17 Mar 2025 10:24:07 -0700 Subject: [PATCH] copy --- HISTORY.md | 1 + aider/website/HISTORY.md | 1 + aider/website/docs/leaderboards/index.md | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index f9d561efb..07f717fc2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,7 @@ ### main branch +- Bumped dependencies to pickup litellm fix for Ollama. - Added support for `openrouter/google/gemma-3-27b-it` model. - Aider wrote 96% of the code in this release. diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index bdb8e3cf2..ff4848878 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -25,6 +25,7 @@ cog.out(text) ### main branch +- Bumped dependencies to pickup litellm fix for Ollama. - Added support for `openrouter/google/gemma-3-27b-it` model. - Aider wrote 96% of the code in this release. diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index 78adf62be..2a2ef7ef2 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -124,6 +124,6 @@ mod_dates = [get_last_modified_date(file) for file in files] latest_mod_date = max(mod_dates) cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}") ]]]--> -March 14, 2025. +March 17, 2025.