From 5e7435ebc3f63aa6e5caf10f8db87d67c5d556a8 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Thu, 3 Oct 2024 14:22:33 +0100 Subject: [PATCH] chore(main): release 0.16.0-alpha (#105) :robot: I have created a release *beep* *boop* --- ## [0.16.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.15.0-alpha...v0.16.0-alpha) (2024-10-03) ### Features * **catalog:** add chunk metadata in api ([#104](https://github.com/instill-ai/artifact-backend/issues/104)) ([ebef89b](https://github.com/instill-ai/artifact-backend/commit/ebef89b78ada8867bab7e5376d9ea933b7980071)) ### Bug Fixes * **artifact:** increase grpc message size ([#106](https://github.com/instill-ai/artifact-backend/issues/106)) ([bceee68](https://github.com/instill-ai/artifact-backend/commit/bceee68c1f7cb1347376132255b358e4bd7d7383)) --- 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 | 12 ++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eaea29..873003e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.16.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.15.0-alpha...v0.16.0-alpha) (2024-10-03) + + +### Features + +* **catalog:** add chunk metadata in api ([#104](https://github.com/instill-ai/artifact-backend/issues/104)) ([ebef89b](https://github.com/instill-ai/artifact-backend/commit/ebef89b78ada8867bab7e5376d9ea933b7980071)) + + +### Bug Fixes + +* **artifact:** increase grpc message size ([#106](https://github.com/instill-ai/artifact-backend/issues/106)) ([bceee68](https://github.com/instill-ai/artifact-backend/commit/bceee68c1f7cb1347376132255b358e4bd7d7383)) + ## [0.15.0-alpha](https://github.com/instill-ai/artifact-backend/compare/v0.14.0-alpha...v0.15.0-alpha) (2024-09-24) diff --git a/release-please/manifest.json b/release-please/manifest.json index 892e807..1d8c8a2 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0-alpha" + ".": "0.16.0-alpha" }