From 4f16eb08568e88446455625f252369b084b765d4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 10 Aug 2024 14:26:03 -0700 Subject: [PATCH] copy --- HISTORY.md | 4 ++++ aider/website/HISTORY.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 0fd2d6f6f..d37fab09a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,10 @@ # Release history +### Aider v0.49.1 + +- Bugfix to `/help`. + ### Aider v0.49.0 - Add read-only files to the chat context with `/read` and `--read`, including from outside the git repo. diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 3bcbb96bf..9851d605f 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -16,6 +16,10 @@ cog.out(text) # Release history +### Aider v0.49.1 + +- Bugfix to `/help`. + ### Aider v0.49.0 - Add read-only files to the chat context with `/read` and `--read`, including from outside the git repo.