File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2.17.0 "
2
+ "." : " 2.17.1 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.17.1] ( https://github.com/tbckr/sgpt/compare/v2.17.0...v2.17.1 ) (2025-05-08)
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
+ * ** deps:** update module github.com/sashabaranov/go-openai to v1.38.3 ([ 501a871] ( https://github.com/tbckr/sgpt/commit/501a871de8531918dde45bd4e54fbcda3ac99cc1 ) )
11
+ * ** deps:** update module github.com/sashabaranov/go-openai to v1.39.0 ([ 86ff84f] ( https://github.com/tbckr/sgpt/commit/86ff84f67de4929b833c2aa96236db6a6bf59576 ) )
12
+
3
13
## [ 2.17.0] ( https://github.com/tbckr/sgpt/compare/v2.16.0...v2.17.0 ) (2025-04-11)
4
14
5
15
Original file line number Diff line number Diff line change 22
22
package buildinfo
23
23
24
24
var (
25
- version = "v2.17.0 " // x-release-please-version
25
+ version = "v2.17.1 " // x-release-please-version
26
26
commit = "unset"
27
27
commitDate = "unset"
28
28
)
You can’t perform that action at this time.
0 commit comments