From 27c7f29ea6d3ea7077c0c97c8ab0007d3df2bbd7 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 11 Sep 2024 06:30:48 +0100 Subject: [PATCH] chore(main): release 0.40.0-beta --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- release-please/manifest.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea77a53c..a6c1748d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.40.0-beta](https://github.com/instill-ai/instill-core/compare/v0.39.0-beta...v0.40.0-beta) (2024-09-11) + + +### Features + +* **artifact:** bump ce version to 0.12.0 ([#1093](https://github.com/instill-ai/instill-core/issues/1093)) ([76f028a](https://github.com/instill-ai/instill-core/commit/76f028aacfef75a99f97cd00dc1efbad3fefe3eb)) +* **ci:** build k6 with sql plugin ([#1085](https://github.com/instill-ai/instill-core/issues/1085)) ([cac94c9](https://github.com/instill-ai/instill-core/commit/cac94c9407ffe89164ccfd3ee55741eace706c72)) +* **schema:** add standardized AI tasks schema ([#1070](https://github.com/instill-ai/instill-core/issues/1070)) ([78133b5](https://github.com/instill-ai/instill-core/commit/78133b5079fe4d2d72e647be14ed73bf0625e9ca)) + ## [0.39.0-beta](https://github.com/instill-ai/instill-core/compare/v0.38.0-beta...v0.39.0-beta) (2024-08-29) diff --git a/README.md b/README.md index 723aa207..df48f8d4 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Execute the following commands to pull pre-built images with all the dependencie ```bash -$ git clone -b v0.39.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.40.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 1d00f9a6..c7fbefbd 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.39.0-beta" + ".": "0.40.0-beta" }