From 62044eb7b6cbdb617f74e8e9213f1dbb10e1705b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 16:15:15 +0100 Subject: [PATCH] chore(main): release 0.1.0 (#122) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/CHANGELOG.md diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md new file mode 100644 index 00000000..0d5a4f55 --- /dev/null +++ b/src/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [0.1.0](https://github.com/mattzcarey/code-review-gpt/compare/v0.0.34...v0.1.0) (2023-08-16) + + +### Features + +* add demo prompt for code snippet ([3bf76bf](https://github.com/mattzcarey/code-review-gpt/commit/3bf76bfb3bcdfd6e328c5e53d511a8c00aef253d)) +* docs on how to set up gitlab access token ([a9643f2](https://github.com/mattzcarey/code-review-gpt/commit/a9643f2b5b973597ca422273c2d3fc742b6c1758)) +* make review function return feedback ([c58fcee](https://github.com/mattzcarey/code-review-gpt/commit/c58fcee62942373f649b0a955a89716bd7560721)) +* pass OpenAIApiKey as a parameter in lambdas instead of taking from process.env ([ba47456](https://github.com/mattzcarey/code-review-gpt/commit/ba47456e0ef85ab1637233b545f77c679af5c537)) + + +### Bug Fixes + +* do not add file to prompt if only removed lines ([#174](https://github.com/mattzcarey/code-review-gpt/issues/174)) ([a33f49a](https://github.com/mattzcarey/code-review-gpt/commit/a33f49a11bcb42327ef66b13eb8046f967046492))