Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
chore(main): release 0.13.0-beta (#130)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.13.0-beta](v0.12.0-beta...v0.13.0-beta)
(2024-02-29)


### Features

* **openai:** change default value for `response_format`
([#132](#132))
([ef305c9](ef305c9))


### Bug Fixes

* add missing `array:` instillFormat in connector output
([#129](#129))
([7837a98](7837a98))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot authored Feb 29, 2024
1 parent 639ef2d commit 46c16b3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.13.0-beta](https://github.com/instill-ai/connector/compare/v0.12.0-beta...v0.13.0-beta) (2024-02-29)


### Features

* **openai:** change default value for `response_format` ([#132](https://github.com/instill-ai/connector/issues/132)) ([ef305c9](https://github.com/instill-ai/connector/commit/ef305c9c9ee36fd0a661843d461cbe348adc2ebe))


### Bug Fixes

* add missing `array:` instillFormat in connector output ([#129](https://github.com/instill-ai/connector/issues/129)) ([7837a98](https://github.com/instill-ai/connector/commit/7837a987cb3d50c5c9d20f01bba9bc3dd5f41253))

## [0.12.0-beta](https://github.com/instill-ai/connector/compare/v0.11.0-beta...v0.12.0-beta) (2024-02-16)


Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.0-beta"
".": "0.13.0-beta"
}

0 comments on commit 46c16b3

Please sign in to comment.