From a6e65e867fb5b0c93d13203301204edf1a6ebb39 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 27 Sep 2023 09:23:19 +0300 Subject: [PATCH] release notes v0.8 --- RELEASE_NOTES.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bdb0165b..10cf57bd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,19 @@ +## [Version 0.8] - 2023-09-27 +- codiumai/pr-agent:0.8 +- codiumai/pr-agent:0.8-github_app +- codiumai/pr-agent:0.8-bitbucket-app +- codiumai/pr-agent:0.8-gitlab_webhook +- codiumai/pr-agent:0.8-github_polling +- codiumai/pr-agent:0.8-github_action + +### Added::Algo +- GitHub Action: Can control which tools will run automatically when a new PR is created. (see usage guide: https://github.com/Codium-ai/pr-agent/blob/main/Usage.md#working-with-github-action) +- Code suggestion tool: Will try to avoid an 'add comments' suggestion (see https://github.com/Codium-ai/pr-agent/pull/327) + +### Fixed +- Gitlab: Fixed a bug of improper usage of pr_id + + ## [Version 0.7] - 2023-09-20 ### Docker Tags @@ -20,6 +36,3 @@ ### Fixed - Protection against no code suggestions generated. - Resilience to repositories where the languages cannot be automatically detected. - - -