Skip to content

Commit b798cbc

Browse files
chore(main): release 2.16.0 (#281)
Co-authored-by: tbckr-automation[bot] <146582694+tbckr-automation[bot]@users.noreply.github.com>
1 parent afa966e commit b798cbc

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-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.15.0"
2+
".": "2.16.0"
33
}

CHANGELOG.md

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

3+
## [2.16.0](https://github.com/tbckr/sgpt/compare/v2.15.0...v2.16.0) (2025-02-25)
4+
5+
6+
### Features
7+
8+
* add information and alias regarding o1 model support ([40b567a](https://github.com/tbckr/sgpt/commit/40b567ac78145cd9bcf391046d72cc055dc00ed5))
9+
* add nix/flake support ([#289](https://github.com/tbckr/sgpt/issues/289)) ([a543632](https://github.com/tbckr/sgpt/commit/a543632d96fc0eb2f158b243c9b1b4fab52d087c))
10+
* upgrade go to 1.24 ([#300](https://github.com/tbckr/sgpt/issues/300)) ([afa966e](https://github.com/tbckr/sgpt/commit/afa966ee777cdc28a9c1cfdb33f7a93ca503227b))
11+
12+
13+
### Bug Fixes
14+
15+
* add o1 doc to toc and fix o1 example in readme ([42924c7](https://github.com/tbckr/sgpt/commit/42924c780e95dea049f214a9bbf2907ad221164f))
16+
* **deps:** update module github.com/sashabaranov/go-openai to v1.30.0 ([83d12eb](https://github.com/tbckr/sgpt/commit/83d12ebc5f154134edcf03e7cd520f66d57da075))
17+
* **deps:** update module github.com/sashabaranov/go-openai to v1.30.3 ([ddd6671](https://github.com/tbckr/sgpt/commit/ddd667144c0a4f81bc10523b231f8125f32dd8fa))
18+
* **deps:** update module github.com/sashabaranov/go-openai to v1.31.0 ([b57aaa4](https://github.com/tbckr/sgpt/commit/b57aaa4f7dad1ecb0bf64b3ac8d15e8d09a5f54b))
19+
* **deps:** update module github.com/sashabaranov/go-openai to v1.32.0 ([84570ed](https://github.com/tbckr/sgpt/commit/84570edaa5e4ba36b6af38a62dafd8404a6bea83))
20+
* **deps:** update module github.com/sashabaranov/go-openai to v1.32.1 ([421be6c](https://github.com/tbckr/sgpt/commit/421be6cc27df35f51c29075ea1eca4a0ec9ddac7))
21+
* **deps:** update module github.com/sashabaranov/go-openai to v1.32.2 ([404e925](https://github.com/tbckr/sgpt/commit/404e925cb82c20977a78845937dcf07f8c4eb5ef))
22+
* **deps:** update module github.com/sashabaranov/go-openai to v1.32.3 ([b5e02e2](https://github.com/tbckr/sgpt/commit/b5e02e2518e3b7836be9c32f0fce746a944e5be8))
23+
* **deps:** update module github.com/sashabaranov/go-openai to v1.32.4 ([1d6585f](https://github.com/tbckr/sgpt/commit/1d6585f8658c2a2183e70ee8813a1af3b6bdb05a))
24+
* **deps:** update module github.com/sashabaranov/go-openai to v1.32.5 ([4760435](https://github.com/tbckr/sgpt/commit/4760435d2c17a94272145e660b3ec80f2b8e310d))
25+
* **deps:** update module github.com/sashabaranov/go-openai to v1.35.6 ([3bc7822](https://github.com/tbckr/sgpt/commit/3bc78221225e11e55b7735a141fbe1ae89b49111))
26+
* **deps:** update module github.com/sashabaranov/go-openai to v1.35.7 ([b43c1b4](https://github.com/tbckr/sgpt/commit/b43c1b493199ba91a7667cb79aaac04fd6db19cd))
27+
* **deps:** update module github.com/sashabaranov/go-openai to v1.36.0 ([822bb88](https://github.com/tbckr/sgpt/commit/822bb884859ae6277480b127dd30019636308ba1))
28+
* **deps:** update module github.com/sashabaranov/go-openai to v1.36.1 ([f460852](https://github.com/tbckr/sgpt/commit/f4608526a3f2dd3144340e247fa329591cedda04))
29+
* **deps:** update module github.com/sashabaranov/go-openai to v1.37.0 ([7dc0c9e](https://github.com/tbckr/sgpt/commit/7dc0c9e22aa9520a5dac45f9b0d1e616cbec9edd))
30+
* **deps:** update module github.com/spf13/cobra to v1.9.0 ([ca3a9a3](https://github.com/tbckr/sgpt/commit/ca3a9a3ac36e97133fbb23f7573c78526afd3376))
31+
* **deps:** update module github.com/spf13/cobra to v1.9.1 ([19b1a17](https://github.com/tbckr/sgpt/commit/19b1a17d35f649b6c4be6bda8b57742db6ee1fb3))
32+
* **deps:** update module github.com/stretchr/testify to v1.10.0 ([bc7558e](https://github.com/tbckr/sgpt/commit/bc7558e1ba826fc9596d3390734d4ec4e4962e18))
33+
* **docs:** fix o1 example in docs ([62b5178](https://github.com/tbckr/sgpt/commit/62b51787cfeed6863083dc65f11913356d8cd2da))
34+
335
## [2.15.0](https://github.com/tbckr/sgpt/compare/v2.14.1...v2.15.0) (2024-09-20)
436

537

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

0 commit comments

Comments
 (0)