From 7493ca90249f3989b9c73a1a3d038f1fa5f7bb3f Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:09:28 +0530 Subject: [PATCH] chore(main): release 0.35.0-beta (#582) :robot: I have created a release *beep* *boop* --- ## [0.35.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.34.1-beta...v0.35.0-beta) (2024-08-13) ### Features * pass component ID to execution ([#577](https://github.com/instill-ai/pipeline-backend/issues/577)) ([2757e7c](https://github.com/instill-ai/pipeline-backend/commit/2757e7c90c9db2ef2cc3d64e7939b1c94476b70f)) * **text:** add dependency for vendors' tokenizer ([#586](https://github.com/instill-ai/pipeline-backend/issues/586)) ([ac40497](https://github.com/instill-ai/pipeline-backend/commit/ac40497ef2cb0afd434610b651727e707b36e4dd)) * use pdf2md in document operator ([#589](https://github.com/instill-ai/pipeline-backend/issues/589)) ([f35f79e](https://github.com/instill-ai/pipeline-backend/commit/f35f79e070d801c9575e340ac1c8c6a163f6852a)) --- 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 bd33d269f..6de3ac42e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.35.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.34.1-beta...v0.35.0-beta) (2024-08-13) + + +### Features + +* pass component ID to execution ([#577](https://github.com/instill-ai/pipeline-backend/issues/577)) ([2757e7c](https://github.com/instill-ai/pipeline-backend/commit/2757e7c90c9db2ef2cc3d64e7939b1c94476b70f)) +* **text:** add dependency for vendors' tokenizer ([#586](https://github.com/instill-ai/pipeline-backend/issues/586)) ([ac40497](https://github.com/instill-ai/pipeline-backend/commit/ac40497ef2cb0afd434610b651727e707b36e4dd)) +* use pdf2md in document operator ([#589](https://github.com/instill-ai/pipeline-backend/issues/589)) ([f35f79e](https://github.com/instill-ai/pipeline-backend/commit/f35f79e070d801c9575e340ac1c8c6a163f6852a)) + ## [0.34.1-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.34.0-beta...v0.34.1-beta) (2024-07-31) diff --git a/release-please/manifest.json b/release-please/manifest.json index de3db9cbb..f18f6737a 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.34.1-beta" + ".": "0.35.0-beta" }