Skip to content

Commit

Permalink
chore(main): release 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbckr-automation[bot] authored Nov 12, 2024
1 parent 202dc19 commit 4468240
Show file tree
Hide file tree
Showing 3 changed files with 25 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.15.0"
".": "2.16.0"
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [2.16.0](https://github.com/tbckr/sgpt/compare/v2.15.0...v2.16.0) (2024-11-12)


### Features

* add information and alias regarding o1 model support ([40b567a](https://github.com/tbckr/sgpt/commit/40b567ac78145cd9bcf391046d72cc055dc00ed5))
* add nix/flake support ([#289](https://github.com/tbckr/sgpt/issues/289)) ([a543632](https://github.com/tbckr/sgpt/commit/a543632d96fc0eb2f158b243c9b1b4fab52d087c))


### Bug Fixes

* add o1 doc to toc and fix o1 example in readme ([42924c7](https://github.com/tbckr/sgpt/commit/42924c780e95dea049f214a9bbf2907ad221164f))
* **deps:** update module github.com/sashabaranov/go-openai to v1.30.0 ([83d12eb](https://github.com/tbckr/sgpt/commit/83d12ebc5f154134edcf03e7cd520f66d57da075))
* **deps:** update module github.com/sashabaranov/go-openai to v1.30.3 ([ddd6671](https://github.com/tbckr/sgpt/commit/ddd667144c0a4f81bc10523b231f8125f32dd8fa))
* **deps:** update module github.com/sashabaranov/go-openai to v1.31.0 ([b57aaa4](https://github.com/tbckr/sgpt/commit/b57aaa4f7dad1ecb0bf64b3ac8d15e8d09a5f54b))
* **deps:** update module github.com/sashabaranov/go-openai to v1.32.0 ([84570ed](https://github.com/tbckr/sgpt/commit/84570edaa5e4ba36b6af38a62dafd8404a6bea83))
* **deps:** update module github.com/sashabaranov/go-openai to v1.32.1 ([421be6c](https://github.com/tbckr/sgpt/commit/421be6cc27df35f51c29075ea1eca4a0ec9ddac7))
* **deps:** update module github.com/sashabaranov/go-openai to v1.32.2 ([404e925](https://github.com/tbckr/sgpt/commit/404e925cb82c20977a78845937dcf07f8c4eb5ef))
* **deps:** update module github.com/sashabaranov/go-openai to v1.32.3 ([b5e02e2](https://github.com/tbckr/sgpt/commit/b5e02e2518e3b7836be9c32f0fce746a944e5be8))
* **deps:** update module github.com/sashabaranov/go-openai to v1.32.4 ([1d6585f](https://github.com/tbckr/sgpt/commit/1d6585f8658c2a2183e70ee8813a1af3b6bdb05a))
* **deps:** update module github.com/sashabaranov/go-openai to v1.32.5 ([4760435](https://github.com/tbckr/sgpt/commit/4760435d2c17a94272145e660b3ec80f2b8e310d))
* **docs:** fix o1 example in docs ([62b5178](https://github.com/tbckr/sgpt/commit/62b51787cfeed6863083dc65f11913356d8cd2da))

## [2.15.0](https://github.com/tbckr/sgpt/compare/v2.14.1...v2.15.0) (2024-09-20)


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

0 comments on commit 4468240

Please sign in to comment.