From 1b22e59b4b9501da77ea7844cbb1a796201a9bb9 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Thu, 7 Dec 2023 15:35:48 +0200 Subject: [PATCH] feat: Update RELEASE_NOTES.md with version 0.11 details --- RELEASE_NOTES.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 30b76a0fb..3dab48f92 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,21 @@ +## [Version 0.11] - 2023-12-07 +- codiumai/pr-agent:0.11 +- codiumai/pr-agent:0.11-github_app +- codiumai/pr-agent:0.11-bitbucket-app +- codiumai/pr-agent:0.11-gitlab_webhook +- codiumai/pr-agent:0.11-github_polling +- codiumai/pr-agent:0.11-github_action + +### Added::Algo +- New section in `/describe` tool - [PR changes walkthrough](https://github.com/Codium-ai/pr-agent/pull/509) +- Improving PR Agent [prompts](https://github.com/Codium-ai/pr-agent/pull/501) +- Persistent tools (`/review`, `/describe`) now send an [update message](https://github.com/Codium-ai/pr-agent/pull/499) after finishing +- Add Amazon Bedrock [support](https://github.com/Codium-ai/pr-agent/pull/483) + +### Fixed +- Update [dependencies](https://github.com/Codium-ai/pr-agent/pull/503) in requirements.txt for Python 3.12 + + ## [Version 0.10] - 2023-11-15 - codiumai/pr-agent:0.10 - codiumai/pr-agent:0.10-github_app