Skip to content

Commit 0371831

Browse files
chore(main): release 2.14.0 (#240)
Co-authored-by: tbckr-automation[bot] <146582694+tbckr-automation[bot]@users.noreply.github.com>
1 parent bfad041 commit 0371831

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-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.13.0"
2+
".": "2.14.0"
33
}

CHANGELOG.md

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

3+
## [2.14.0](https://github.com/tbckr/sgpt/compare/v2.13.0...v2.14.0) (2024-05-14)
4+
5+
6+
### Features
7+
8+
* add infos for gpt-4o support ([cb20c3b](https://github.com/tbckr/sgpt/commit/cb20c3b6ffa6c2888724bde2d5b2a0ac0e0c1045))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update module github.com/sashabaranov/go-openai to v1.20.4 ([0e9e17f](https://github.com/tbckr/sgpt/commit/0e9e17fc66de1b59294fe710b96cb6bc0d91f909))
14+
* **deps:** update module github.com/sashabaranov/go-openai to v1.20.5 ([ff87600](https://github.com/tbckr/sgpt/commit/ff876000a406ea49fad2f7862370ebe5820915f9))
15+
* **deps:** update module github.com/sashabaranov/go-openai to v1.21.0 ([1d9bf14](https://github.com/tbckr/sgpt/commit/1d9bf14a7ca34e93e1e0cb994ebc4e4a9e3cf96c))
16+
* **deps:** update module github.com/sashabaranov/go-openai to v1.22.0 ([e463e41](https://github.com/tbckr/sgpt/commit/e463e41ba5da4bf8c9483a4dd0ba6a191dbcfd54))
17+
* **deps:** update module github.com/sashabaranov/go-openai to v1.23.0 ([e620612](https://github.com/tbckr/sgpt/commit/e6206127b0487e98cbb797d1793ad8aaf4adbc30))
18+
* **goreleaser:** remove deprecations ([64d2c47](https://github.com/tbckr/sgpt/commit/64d2c4749ee274ff167008a6e3ed495dd1b9cba6))
19+
* use go version 1.22.3 in gha ([60b4aa1](https://github.com/tbckr/sgpt/commit/60b4aa17c19f2961e39d38305c88445b19deb4ee))
20+
* use latest go version github workflows ([6e576d9](https://github.com/tbckr/sgpt/commit/6e576d92d51d2f1abba63912d65e5025ed3d5582))
21+
322
## [2.13.0](https://github.com/tbckr/sgpt/compare/v2.12.0...v2.13.0) (2024-03-22)
423

524

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.13.0" // x-release-please-version
25+
version = "v2.14.0" // x-release-please-version
2626
commit = "unset"
2727
commitDate = "unset"
2828
)

0 commit comments

Comments
 (0)