From 46f71b593d4653219ec88686c570c11ce608b18a Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:10:04 +0530 Subject: [PATCH] chore(main): release 0.48.1-beta (#914) :robot: I have created a release *beep* *boop* --- ## [0.48.1-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.48.0-beta...v0.48.1-beta) (2024-12-03) ### Features * **compogen:** add {{}} case for compogen ([#913](https://github.com/instill-ai/pipeline-backend/issues/913)) ([b976387](https://github.com/instill-ai/pipeline-backend/commit/b976387d62996f4140c8000a063b04259a8965ed)) ### Bug Fixes * **workflow:** fix wrong component id in SchedulePipelineWorkflow ([#916](https://github.com/instill-ai/pipeline-backend/issues/916)) ([934dc3d](https://github.com/instill-ai/pipeline-backend/commit/934dc3d9e299aabfea431a6d2f67536214f0814d)) ### Miscellaneous Chores * release v0.48.1-beta ([a448e4b](https://github.com/instill-ai/pipeline-backend/commit/a448e4bd96e7dd9bbff938fb8b42474a581090f0)) --- 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 | 17 +++++++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 114db20d3..de0059638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.48.1-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.48.0-beta...v0.48.1-beta) (2024-12-03) + + +### Features + +* **compogen:** add {{}} case for compogen ([#913](https://github.com/instill-ai/pipeline-backend/issues/913)) ([b976387](https://github.com/instill-ai/pipeline-backend/commit/b976387d62996f4140c8000a063b04259a8965ed)) + + +### Bug Fixes + +* **workflow:** fix wrong component id in SchedulePipelineWorkflow ([#916](https://github.com/instill-ai/pipeline-backend/issues/916)) ([934dc3d](https://github.com/instill-ai/pipeline-backend/commit/934dc3d9e299aabfea431a6d2f67536214f0814d)) + + +### Miscellaneous Chores + +* release v0.48.1-beta ([a448e4b](https://github.com/instill-ai/pipeline-backend/commit/a448e4bd96e7dd9bbff938fb8b42474a581090f0)) + ## [0.48.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.47.2-beta...v0.48.0-beta) (2024-12-03) diff --git a/release-please/manifest.json b/release-please/manifest.json index 1d6da5045..199e3f36d 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.48.0-beta" + ".": "0.48.1-beta" }