From 7576e564f28209151328428b7fcf1d0689f5e02e Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:54:12 +0530 Subject: [PATCH] chore(main): release 0.36.0-beta (#1043) :robot: I have created a release *beep* *boop* --- ## [0.36.0-beta](https://github.com/instill-ai/instill-core/compare/v0.35.0-beta...v0.36.0-beta) (2024-07-16) ### Bug Fixes * **core:** make value in yaml compatible with strict parser ([#1037](https://github.com/instill-ai/instill-core/issues/1037)) ([ad6594a](https://github.com/instill-ai/instill-core/commit/ad6594a4f5c1501f7e8bad5d46c9b44f1f803c7c)) ### Miscellaneous Chores * release v0.36.0-beta ([6aa3043](https://github.com/instill-ai/instill-core/commit/6aa304385a9df3500229b295e485761e4bcba9ef)) --- 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 e07abb7e..3b8cbbcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.36.0-beta](https://github.com/instill-ai/instill-core/compare/v0.35.0-beta...v0.36.0-beta) (2024-07-16) + + +### Bug Fixes + +* **core:** make value in yaml compatible with strict parser ([#1037](https://github.com/instill-ai/instill-core/issues/1037)) ([ad6594a](https://github.com/instill-ai/instill-core/commit/ad6594a4f5c1501f7e8bad5d46c9b44f1f803c7c)) + + +### Miscellaneous Chores + +* release v0.36.0-beta ([6aa3043](https://github.com/instill-ai/instill-core/commit/6aa304385a9df3500229b295e485761e4bcba9ef)) + ## [0.35.0-beta](https://github.com/instill-ai/instill-core/compare/v0.34.0-beta...v0.35.0-beta) (2024-07-02) diff --git a/README.md b/README.md index 56dc71fc..3c1cbc84 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Execute the following commands to pull pre-built images with all the dependencie ```bash -$ git clone -b v0.35.0-beta https://github.com/instill-ai/instill-core.git && cd instill-core +$ git clone -b v0.36.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 f18f6737..3137bf45 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.35.0-beta" + ".": "0.36.0-beta" }