Skip to content

Commit 95163d2

Browse files
chore(main): release 2.17.1
1 parent c8ff782 commit 95163d2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.17.0"
2+
".": "2.17.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.17.1](https://github.com/tbckr/sgpt/compare/v2.17.0...v2.17.1) (2025-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update module github.com/jarcoal/httpmock to v1.4.0 ([abd2da9](https://github.com/tbckr/sgpt/commit/abd2da9b9694a26a6db250a1c3f50bc9315649de))
9+
* **deps:** update module github.com/sashabaranov/go-openai to v1.38.2 ([3615f98](https://github.com/tbckr/sgpt/commit/3615f98a5f0ddb7c4c831ec430ebf89ffded1569))
10+
311
## [2.17.0](https://github.com/tbckr/sgpt/compare/v2.16.0...v2.17.0) (2025-04-11)
412

513

internal/buildinfo/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
package buildinfo
2323

2424
var (
25-
version = "v2.17.0" // x-release-please-version
25+
version = "v2.17.1" // x-release-please-version
2626
commit = "unset"
2727
commitDate = "unset"
2828
)

0 commit comments

Comments
 (0)