From 348f5df4343101237a54672cc0b8586113eaaf0f Mon Sep 17 00:00:00 2001 From: "tbckr-automation[bot]" <146582694+tbckr-automation[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 12:43:47 +0100 Subject: [PATCH] chore(main): release 2.7.0 (#180) Co-authored-by: tbckr-automation[bot] <146582694+tbckr-automation[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ internal/buildinfo/version.go | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96678b07..1dc75932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.7.0](https://github.com/tbckr/sgpt/compare/v2.6.1...v2.7.0) (2023-11-27) + + +### Features + +* adds support for stream mode ([#183](https://github.com/tbckr/sgpt/issues/183)) ([463fa8b](https://github.com/tbckr/sgpt/commit/463fa8ba45392064f725cad20af2bf06ddbdb424)) + + +### Bug Fixes + +* **deps:** update module github.com/sashabaranov/go-openai to v1.17.8 ([b90605c](https://github.com/tbckr/sgpt/commit/b90605cbe9dde8ffe7f68bb264f2d878184ef060)) + ## [2.6.1](https://github.com/tbckr/sgpt/compare/v2.6.0...v2.6.1) (2023-11-25) diff --git a/internal/buildinfo/version.go b/internal/buildinfo/version.go index f01ce9d0..b1f51453 100644 --- a/internal/buildinfo/version.go +++ b/internal/buildinfo/version.go @@ -22,7 +22,7 @@ package buildinfo var ( - version = "v2.6.1" // x-release-please-version + version = "v2.7.0" // x-release-please-version commit = "unset" commitDate = "unset" )