From 3c5092d4cb8796346526095c47c96300ca97dd11 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 20 Aug 2024 08:18:57 -0700 Subject: [PATCH] ignore_cleanup_errors for py>=3.10 --- HISTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index adb9286c3..be6e7f08e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,7 @@ # Release history -### main branch +### v0.51.0 - Prompt caching for Anthropic models with `--cache-prompts`. - Caches the system prompt, repo map and `/read-only` files. @@ -14,7 +14,7 @@ - Bugfix: properly load `.aider.models.metadata.json` data. - Bugfix: Using `--msg /ask ...` caused an exception. - Bugfix: litellm tokenizer bug for images. -- Aider wrote 55% of the code in this release. +- Aider wrote 56% of the code in this release. ### Aider v0.50.1