Skip to content

Commit

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

## [2.16.1](https://github.com/tbckr/sgpt/compare/v2.16.0...v2.16.1) (2025-03-05)


### Bug Fixes

* **deps:** update module github.com/sashabaranov/go-openai to v1.38.0 ([5ae0bf7](https://github.com/tbckr/sgpt/commit/5ae0bf7becbc30c222368728a83c5c59bd6739dc))

## [2.16.0](https://github.com/tbckr/sgpt/compare/v2.15.0...v2.16.0) (2025-02-25)


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

0 comments on commit cfe7eb0

Please sign in to comment.