From 8619938a8210cbb57b6c73381430987d5c3e7d9f Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Sun, 10 Dec 2023 13:15:33 +0000 Subject: [PATCH] chore(main): release 0.4.0-alpha --- CHANGELOG.md | 18 ++++++++++++++++++ release-please/manifest.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d736849..846aa245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.4.0-alpha](https://github.com/instill-ai/protobufs/compare/v0.3.3-alpha...v0.4.0-alpha) (2023-12-10) + + +### Features + +* **controller:** add rpc methods for controller ([#144](https://github.com/instill-ai/protobufs/issues/144)) ([b31be1a](https://github.com/instill-ai/protobufs/commit/b31be1ad082e7e6d9ce8fe9b4183e2af45dfa8e5)) +* **metric:** add protobuf ([#140](https://github.com/instill-ai/protobufs/issues/140)) ([aca0b4c](https://github.com/instill-ai/protobufs/commit/aca0b4cdb4216af7532b77349c437eea07f1c998)) +* **model,pipeline,connector,controller,usage:** remove model instance ([#151](https://github.com/instill-ai/protobufs/issues/151)) ([a009e64](https://github.com/instill-ai/protobufs/commit/a009e64a23ba151dbb954b98dfe1fae49bce54ce)) +* **model:** add instance segmentation task output ([#109](https://github.com/instill-ai/protobufs/issues/109)) ([e6b2490](https://github.com/instill-ai/protobufs/commit/e6b2490766fa4374fadbda4665fbe4cb91be28a3)) +* **model:** add semantic segmentation output ([#115](https://github.com/instill-ai/protobufs/issues/115)) ([c0f8198](https://github.com/instill-ai/protobufs/commit/c0f8198d668d151e9792c4cd7f558727bac295b2)) +* **model:** add text generation task ([#136](https://github.com/instill-ai/protobufs/issues/136)) ([94cc54f](https://github.com/instill-ai/protobufs/commit/94cc54fcf2cd90284918781c5b37046ba0b1f2e8)) + + +### Bug Fixes + +* **mgmt,billing:** refactor mgmt message, endpoints and add billing service ([#130](https://github.com/instill-ai/protobufs/issues/130)) ([366c0f8](https://github.com/instill-ai/protobufs/commit/366c0f8cda7e1a80fde14de0ce31b0fbbedd8160)) +* **mgmt:** separate into admin and public services ([#133](https://github.com/instill-ai/protobufs/issues/133)) ([ddf0a4e](https://github.com/instill-ai/protobufs/commit/ddf0a4ea018ae45e30d0fb64a328ff87c3a6d02a)) + ## [0.3.3-alpha](https://github.com/instill-ai/protobufs/compare/v0.3.2-alpha...v0.3.3-alpha) (2022-09-13) diff --git a/release-please/manifest.json b/release-please/manifest.json index 6c69edba..88486080 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.3-alpha" + ".": "0.4.0-alpha" }