Skip to content

Commit

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


##
[0.50.0-beta](v0.49.1-beta...v0.50.0-beta)
(2025-01-16)


### Features

* **component,github:** add more user and org tasks
([#880](#880))
([d6466bf](d6466bf))
* **component,openai:** add supports for tools and predicted output
([#953](#953))
([fc808a7](fc808a7))
* **pipeline:** return the error from a component inside an iterator
([#955](#955))
([bebe57f](bebe57f))

---
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 Jan 22, 2025
1 parent bebe57f commit 51540dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.50.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.49.1-beta...v0.50.0-beta) (2025-01-16)


### Features

* **component,github:** add more user and org tasks ([#880](https://github.com/instill-ai/pipeline-backend/issues/880)) ([d6466bf](https://github.com/instill-ai/pipeline-backend/commit/d6466bfae501f54b6cd6e6edb9410ce1e10c933f))
* **component,openai:** add supports for tools and predicted output ([#953](https://github.com/instill-ai/pipeline-backend/issues/953)) ([fc808a7](https://github.com/instill-ai/pipeline-backend/commit/fc808a7cfb888c0f59c2f84a55a490601c7969ca))
* **pipeline:** return the error from a component inside an iterator ([#955](https://github.com/instill-ai/pipeline-backend/issues/955)) ([bebe57f](https://github.com/instill-ai/pipeline-backend/commit/bebe57f58d7735e36e83c5181b0eacd4d550988a))

## [0.49.1-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.49.0-beta...v0.49.1-beta) (2024-12-23)


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.49.1-beta"
".": "0.50.0-beta"
}

0 comments on commit 51540dd

Please sign in to comment.