From 56c2d386fa52e9d2de6c9422f1872093e647c10f Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:23:24 +0530 Subject: [PATCH] chore(main): release 0.48.2-beta (#918) :robot: I have created a release *beep* *boop* --- ## [0.48.2-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.48.1-beta...v0.48.2-beta) (2024-12-04) ### Features * **compogen:** replace * to any ([#917](https://github.com/instill-ai/pipeline-backend/issues/917)) ([87ca33a](https://github.com/instill-ai/pipeline-backend/commit/87ca33ab08de355040463af4ee1eb528eb6c5407)) * **compogen:** replace array[*] to array[any] ([#919](https://github.com/instill-ai/pipeline-backend/issues/919)) ([9990f0e](https://github.com/instill-ai/pipeline-backend/commit/9990f0ecd708099501eb55207df959fb7d647497)) ### Miscellaneous Chores * release v0.48.2-beta ([4989887](https://github.com/instill-ai/pipeline-backend/commit/4989887a703513329a6495e338434cdf816b3ece)) --- 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 | 13 +++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de0059638..6d686c663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.48.2-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.48.1-beta...v0.48.2-beta) (2024-12-04) + + +### Features + +* **compogen:** replace * to any ([#917](https://github.com/instill-ai/pipeline-backend/issues/917)) ([87ca33a](https://github.com/instill-ai/pipeline-backend/commit/87ca33ab08de355040463af4ee1eb528eb6c5407)) +* **compogen:** replace array[*] to array[any] ([#919](https://github.com/instill-ai/pipeline-backend/issues/919)) ([9990f0e](https://github.com/instill-ai/pipeline-backend/commit/9990f0ecd708099501eb55207df959fb7d647497)) + + +### Miscellaneous Chores + +* release v0.48.2-beta ([4989887](https://github.com/instill-ai/pipeline-backend/commit/4989887a703513329a6495e338434cdf816b3ece)) + ## [0.48.1-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.48.0-beta...v0.48.1-beta) (2024-12-03) diff --git a/release-please/manifest.json b/release-please/manifest.json index 199e3f36d..c66d6904d 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.48.1-beta" + ".": "0.48.2-beta" }