Skip to content

Commit

Permalink
chore(main): release 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbckr-automation[bot] committed May 2, 2024
1 parent d718aea commit 642d85a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.13.0"
".": "2.13.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.13.1](https://github.com/tbckr/sgpt/compare/v2.13.0...v2.13.1) (2024-05-02)


### 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)


Expand Down
2 changes: 1 addition & 1 deletion internal/buildinfo/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 642d85a

Please sign in to comment.