From 36b5cf4535b073c23162a2451fc543709682eddb Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:38:11 +0000 Subject: [PATCH] chore(main): release 0.26.0-beta (#447) :robot: I have created a release *beep* *boop* --- ## [0.26.0-beta](https://github.com/instill-ai/instill-core/compare/v0.25.0-beta...v0.26.0-beta) (2024-03-13) ### Features * **model:** support Llava 13b ([#442](https://github.com/instill-ai/instill-core/issues/442)) ([39bbf8c](https://github.com/instill-ai/instill-core/commit/39bbf8c21d055c791e21cccaa9ccdd14243ca094)) ### Bug Fixes * **docker-compose:** add `INSTILL_CORE_HOST` back for Console to connect to the backend properly ([#441](https://github.com/instill-ai/instill-core/issues/441)) ([601f963](https://github.com/instill-ai/instill-core/commit/601f96309bdd76e11faf6508874e2c220ccca8d8)) --- 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 ++++++++++++ README.md | 2 +- release-please/manifest.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4491fc67..45629838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.26.0-beta](https://github.com/instill-ai/instill-core/compare/v0.25.0-beta...v0.26.0-beta) (2024-03-13) + + +### Features + +* **model:** support Llava 13b ([#442](https://github.com/instill-ai/instill-core/issues/442)) ([39bbf8c](https://github.com/instill-ai/instill-core/commit/39bbf8c21d055c791e21cccaa9ccdd14243ca094)) + + +### Bug Fixes + +* **docker-compose:** add `INSTILL_CORE_HOST` back for Console to connect to the backend properly ([#441](https://github.com/instill-ai/instill-core/issues/441)) ([601f963](https://github.com/instill-ai/instill-core/commit/601f96309bdd76e11faf6508874e2c220ccca8d8)) + ## [0.25.0-beta](https://github.com/instill-ai/instill-core/compare/v0.24.0-beta...v0.25.0-beta) (2024-03-02) diff --git a/README.md b/README.md index 0e2907e6..150989a2 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Execute the following commands to pull pre-built images with all the dependencie ```bash -$ git clone -b v0.25.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.26.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core # Launch all services $ make all diff --git a/release-please/manifest.json b/release-please/manifest.json index ffa2e2f5..ae43d7f4 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.25.0-beta" + ".": "0.26.0-beta" }