This commit is contained in:
Paul Gauthier 2025-03-04 13:20:31 -08:00
parent b074c02fa2
commit 0c4140ff02
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Release history
### main branch
### Aider v0.75.2
- Added support for Claude 3.7 Sonnet models on OpenRouter, Bedrock and Vertex AI.
- Updated default model to Claude 3.7 Sonnet on OpenRouter.

View file

@ -23,7 +23,7 @@ cog.out(text)
]]]-->
### main branch
### Aider v0.75.2
- Added support for Claude 3.7 Sonnet models on OpenRouter, Bedrock and Vertex AI.
- Updated default model to Claude 3.7 Sonnet on OpenRouter.

View file

@ -116,6 +116,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.')}")
]]]-->
February 27, 2025.
March 04, 2025.
<!--[[[end]]]-->
</p>