From 80b316298d2359610c4da108ac6e899120f144bd Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Fri, 21 Oct 2022 14:07:20 +0100 Subject: [PATCH] chore(main): release 0.2.7-alpha --- CHANGELOG.md | 7 +++++++ release-please/manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5fa7fc3f..ea69467e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.7-alpha](https://github.com/instill-ai/vdp/compare/v0.2.6-alpha...v0.2.7-alpha) (2022-10-21) + + +### Bug Fixes + +* error triton environment when deploying HuggingFace models ([#150](https://github.com/instill-ai/vdp/issues/150)) ([b2fda36](https://github.com/instill-ai/vdp/commit/b2fda36e687ed347e39d6c4e6f4448a289ca6acf)) + ## [0.2.6-alpha](https://github.com/instill-ai/vdp/compare/v0.2.5-alpha...v0.2.6-alpha) (2022-09-20) diff --git a/release-please/manifest.json b/release-please/manifest.json index 3795a7526..2637faa01 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.6-alpha" + ".": "0.2.7-alpha" }