Skip to content

Commit

Permalink
chore(main): release 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbckr-automation[bot] authored Mar 6, 2024
1 parent b56587b commit 5826348
Show file tree
Hide file tree
Showing 3 changed files with 18 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.12.0"
".": "2.12.1"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.12.1](https://github.com/tbckr/sgpt/compare/v2.12.0...v2.12.1) (2024-03-06)


### Bug Fixes

* **deps:** update module github.com/sashabaranov/go-openai to v1.17.11 ([599efe2](https://github.com/tbckr/sgpt/commit/599efe261e74b9eafd38d6abcbbb361f30ae955b))
* **deps:** update module github.com/sashabaranov/go-openai to v1.18.1 ([03fcacb](https://github.com/tbckr/sgpt/commit/03fcacb549709ea37b2f7a12db6556b1e034a52c))
* **deps:** update module github.com/sashabaranov/go-openai to v1.18.2 ([6f8287e](https://github.com/tbckr/sgpt/commit/6f8287edd3daf79147ab1085918416c9ff2a186c))
* **deps:** update module github.com/sashabaranov/go-openai to v1.18.3 ([44d0c10](https://github.com/tbckr/sgpt/commit/44d0c10102b1a698ec4787a7cad55ff85fa67154))
* **deps:** update module github.com/sashabaranov/go-openai to v1.19.1 ([5f37484](https://github.com/tbckr/sgpt/commit/5f3748421ca67305b43d9408a9075d4e858c1d37))
* **deps:** update module github.com/sashabaranov/go-openai to v1.19.2 ([b5791d4](https://github.com/tbckr/sgpt/commit/b5791d460c699bb0934f79aa64437b86d94b92e3))
* **deps:** update module github.com/sashabaranov/go-openai to v1.19.3 ([#229](https://github.com/tbckr/sgpt/issues/229)) ([4937d36](https://github.com/tbckr/sgpt/commit/4937d363c62ed437f14ab4dc56b5d71db269ebf8))
* **deps:** update module github.com/sashabaranov/go-openai to v1.19.4 ([70cfcda](https://github.com/tbckr/sgpt/commit/70cfcda5a9667b0bccd903e5520a0bfa34c9a402))
* **deps:** update module github.com/sashabaranov/go-openai to v1.20.0 ([f281ad3](https://github.com/tbckr/sgpt/commit/f281ad3e2df1a5264f733a655db3b990f8504f26))
* **deps:** update module github.com/sashabaranov/go-openai to v1.20.1 ([ab11afd](https://github.com/tbckr/sgpt/commit/ab11afdcdaca6abcba9ba13623ef7b596f49be0c))

## [2.12.0](https://github.com/tbckr/sgpt/compare/v2.11.2...v2.12.0) (2024-01-06)


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.12.0" // x-release-please-version
version = "v2.12.1" // x-release-please-version
commit = "unset"
commitDate = "unset"
)
Expand Down

0 comments on commit 5826348

Please sign in to comment.