From 51540dd572d2ac7fc43bd8805de0c56bcca3a2b7 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:15:38 +0900 Subject: [PATCH] chore(main): release 0.50.0-beta (#950) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 9 +++++++++ release-please/manifest.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5346bf59e..9c30c5358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/release-please/manifest.json b/release-please/manifest.json index 2445a3af9..a7551ec8d 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.49.1-beta" + ".": "0.50.0-beta" }