From 1897540aa803fae58f15194ccb8387817ae67575 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Sun, 13 Oct 2024 20:10:48 +0900 Subject: [PATCH] chore(main): release 0.43.0-beta --- CHANGELOG.md | 13 +++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d910fa1..0dad6b075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.43.0-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.42.2-beta...v0.43.0-beta) (2024-10-13) + + +### Features + +* **component:** implement instill app features ([#670](https://github.com/instill-ai/pipeline-backend/issues/670)) ([6def4ac](https://github.com/instill-ai/pipeline-backend/commit/6def4acac0148f5dfd873f477a05e70337389559)) + + +### Bug Fixes + +* hide preset pipelines in GET /pipelines endpoint ([#733](https://github.com/instill-ai/pipeline-backend/issues/733)) ([baa8919](https://github.com/instill-ai/pipeline-backend/commit/baa891931771a351280c19d430b0d7f6fd2d4b76)) +* the InstillAcceptFormats doesn't works with collection component ([#732](https://github.com/instill-ai/pipeline-backend/issues/732)) ([3d1c053](https://github.com/instill-ai/pipeline-backend/commit/3d1c053685ba10ea50b61d5674547134482d11c7)) + ## [0.42.2-beta](https://github.com/instill-ai/pipeline-backend/compare/v0.42.1-beta...v0.42.2-beta) (2024-10-08) diff --git a/release-please/manifest.json b/release-please/manifest.json index 0c7caf96e..2979a2a58 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.42.2-beta" + ".": "0.43.0-beta" }