From 97a55ccaa7175a97ba726e705ca577d859cb4d51 Mon Sep 17 00:00:00 2001 From: "tbckr-automation[bot]" <146582694+tbckr-automation[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 00:35:08 +0000 Subject: [PATCH] chore(main): release 2.13.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ internal/buildinfo/version.go | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6eadb43..a042f3d3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.13.0" + ".": "2.13.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 627cfd5c..b8a58186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.13.1](https://github.com/tbckr/sgpt/compare/v2.13.0...v2.13.1) (2024-05-07) + + +### Bug Fixes + +* **deps:** update module github.com/sashabaranov/go-openai to v1.20.4 ([0e9e17f](https://github.com/tbckr/sgpt/commit/0e9e17fc66de1b59294fe710b96cb6bc0d91f909)) +* **deps:** update module github.com/sashabaranov/go-openai to v1.20.5 ([ff87600](https://github.com/tbckr/sgpt/commit/ff876000a406ea49fad2f7862370ebe5820915f9)) +* **deps:** update module github.com/sashabaranov/go-openai to v1.21.0 ([1d9bf14](https://github.com/tbckr/sgpt/commit/1d9bf14a7ca34e93e1e0cb994ebc4e4a9e3cf96c)) +* **deps:** update module github.com/sashabaranov/go-openai to v1.22.0 ([e463e41](https://github.com/tbckr/sgpt/commit/e463e41ba5da4bf8c9483a4dd0ba6a191dbcfd54)) +* **deps:** update module github.com/sashabaranov/go-openai to v1.23.0 ([e620612](https://github.com/tbckr/sgpt/commit/e6206127b0487e98cbb797d1793ad8aaf4adbc30)) +* **goreleaser:** remove deprecations ([64d2c47](https://github.com/tbckr/sgpt/commit/64d2c4749ee274ff167008a6e3ed495dd1b9cba6)) + ## [2.13.0](https://github.com/tbckr/sgpt/compare/v2.12.0...v2.13.0) (2024-03-22) diff --git a/internal/buildinfo/version.go b/internal/buildinfo/version.go index e0112214..db7124b4 100644 --- a/internal/buildinfo/version.go +++ b/internal/buildinfo/version.go @@ -22,7 +22,7 @@ package buildinfo var ( - version = "v2.13.0" // x-release-please-version + version = "v2.13.1" // x-release-please-version commit = "unset" commitDate = "unset" )