From e1cedf3244b040e6f92942e10f60c959e82645c3 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:21:11 +0900 Subject: [PATCH] chore(main): release 0.18.0-alpha (#113) :robot: I have created a release *beep* *boop* --- ## [0.18.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.17.0-alpha...v0.18.0-alpha) (2024-10-15) ### Features * add check on text prompt ([#115](https://github.com/instill-ai/artifact-backend/issues/115)) ([b612e82](https://github.com/instill-ai/artifact-backend/commit/b612e8246e869e511ded8315b77ca695a189db69)) * add pipeline metadata in error message ([#112](https://github.com/instill-ai/artifact-backend/issues/112)) ([d0a5875](https://github.com/instill-ai/artifact-backend/commit/d0a58755608dad3ab339e613b5fb58efe16ffd50)) ### Bug Fixes * **artifact:** fix minio "get file by path" ([#116](https://github.com/instill-ai/artifact-backend/issues/116)) ([25cf426](https://github.com/instill-ai/artifact-backend/commit/25cf4263c08699a266c1162f2a9c690a732106cd)) * ignore empty chunk from chunk pipeline ([#114](https://github.com/instill-ai/artifact-backend/issues/114)) ([983374f](https://github.com/instill-ai/artifact-backend/commit/983374f732e6e3276128e1ff2c7e658e830e79ce)) --- 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 0031717..ce60ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.18.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.17.0-alpha...v0.18.0-alpha) (2024-10-15) + + +### Features + +* add check on text prompt ([#115](https://github.com/instill-ai/artifact-backend/issues/115)) ([b612e82](https://github.com/instill-ai/artifact-backend/commit/b612e8246e869e511ded8315b77ca695a189db69)) +* add pipeline metadata in error message ([#112](https://github.com/instill-ai/artifact-backend/issues/112)) ([d0a5875](https://github.com/instill-ai/artifact-backend/commit/d0a58755608dad3ab339e613b5fb58efe16ffd50)) + + +### Bug Fixes + +* **artifact:** fix minio "get file by path" ([#116](https://github.com/instill-ai/artifact-backend/issues/116)) ([25cf426](https://github.com/instill-ai/artifact-backend/commit/25cf4263c08699a266c1162f2a9c690a732106cd)) +* ignore empty chunk from chunk pipeline ([#114](https://github.com/instill-ai/artifact-backend/issues/114)) ([983374f](https://github.com/instill-ai/artifact-backend/commit/983374f732e6e3276128e1ff2c7e658e830e79ce)) + ## [0.17.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.16.1-alpha...v0.17.0-alpha) (2024-10-08) diff --git a/release-please/manifest.json b/release-please/manifest.json index b50980b..36825ce 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.0-alpha" + ".": "0.18.0-alpha" }