From f28c93c457c951f77cef4cae8283758e39fd8060 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Sat, 30 Nov 2024 13:58:33 +0530 Subject: [PATCH] chore(main): release 0.22.0-alpha --- CHANGELOG.md | 9 +++++++++ release-please/manifest.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3090c06..68caf82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.22.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.21.0-alpha...v0.22.0-alpha) (2024-11-30) + + +### Features + +* **artifact:** implement fast indexing for temporary catalog ([#134](https://github.com/instill-ai/artifact-backend/issues/134)) ([f7dd6d5](https://github.com/instill-ai/artifact-backend/commit/f7dd6d5ab60f03ff92637e31ea7aa7ae5261728f)) +* **artifact:** implement search chunks and sources ([#133](https://github.com/instill-ai/artifact-backend/issues/133)) ([8f1c966](https://github.com/instill-ai/artifact-backend/commit/8f1c966a925de6e5528a68b74dfa60ce853735f5)) +* **artifact:** support ephemeral catalog ([#131](https://github.com/instill-ai/artifact-backend/issues/131)) ([4ed0edd](https://github.com/instill-ai/artifact-backend/commit/4ed0edd779e8b593b129269b7774994aba11b420)) + ## [0.21.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.20.0-alpha...v0.21.0-alpha) (2024-11-14) diff --git a/release-please/manifest.json b/release-please/manifest.json index 7b260b9..5e1bc4b 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.21.0-alpha" + ".": "0.22.0-alpha" }