From 396f34363421e95af9053eaad0956a3b2af6bb38 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Thu, 6 Jun 2024 05:47:55 +0100 Subject: [PATCH] chore(main): release 0.29.0-beta (#505) :robot: I have created a release *beep* *boop* --- ## [0.29.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.28.1-beta...v0.29.0-beta) (2024-06-06) ### Features * implement new recipe format ([#498](https://github.com/instill-ai/pipeline-backend/issues/498)) ([de0c2bc](https://github.com/instill-ai/pipeline-backend/commit/de0c2bc23fd44023f9449a9cc9997f243cdb9daf)) * implement pipeline `number_of_runs` and `last_run_time` ([#501](https://github.com/instill-ai/pipeline-backend/issues/501)) ([0e6cd12](https://github.com/instill-ai/pipeline-backend/commit/0e6cd12236beaf10fd281ddabcf2a3f07371f43c)) * support python code in components ([#492](https://github.com/instill-ai/pipeline-backend/issues/492)) ([5417e5f](https://github.com/instill-ai/pipeline-backend/commit/5417e5f3ed4e5a05a83aa614ccfca3700b9f3ad4)) ### Miscellaneous Chores * release v0.29.0-beta ([e3be475](https://github.com/instill-ai/pipeline-backend/commit/e3be47539578b4e1cf6811f434ecc49e6b8e5273)) --- 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 | 14 ++++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b32f08d58..7395429f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.29.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.28.1-beta...v0.29.0-beta) (2024-06-06) + + +### Features + +* implement new recipe format ([#498](https://github.com/instill-ai/pipeline-backend/issues/498)) ([de0c2bc](https://github.com/instill-ai/pipeline-backend/commit/de0c2bc23fd44023f9449a9cc9997f243cdb9daf)) +* implement pipeline `number_of_runs` and `last_run_time` ([#501](https://github.com/instill-ai/pipeline-backend/issues/501)) ([0e6cd12](https://github.com/instill-ai/pipeline-backend/commit/0e6cd12236beaf10fd281ddabcf2a3f07371f43c)) +* support python code in components ([#492](https://github.com/instill-ai/pipeline-backend/issues/492)) ([5417e5f](https://github.com/instill-ai/pipeline-backend/commit/5417e5f3ed4e5a05a83aa614ccfca3700b9f3ad4)) + + +### Miscellaneous Chores + +* release v0.29.0-beta ([e3be475](https://github.com/instill-ai/pipeline-backend/commit/e3be47539578b4e1cf6811f434ecc49e6b8e5273)) + ## [0.28.1-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.28.0-beta...v0.28.1-beta) (2024-05-17) diff --git a/release-please/manifest.json b/release-please/manifest.json index e5eb8095d..a004cae14 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.28.1-beta" + ".": "0.29.0-beta" }