From 625afd0c3b99d00c87945e0d19239d4293d07d24 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Wed, 15 Nov 2023 05:19:22 +0000 Subject: [PATCH] infra: prepare for release 0.4.8 [generated] [skip ci] Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ openllm-node/package.json | 2 +- openllm-python/CHANGELOG.md | 4 ++++ package.json | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45afa005..80a4a90b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.4.8](https://github.com/bentoml/openllm/tree/v0.4.8) +No significant changes. + + ## [0.4.7](https://github.com/bentoml/openllm/tree/v0.4.7) No significant changes. diff --git a/openllm-node/package.json b/openllm-node/package.json index e9f2a063..a56fdf9b 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-node", - "version": "0.4.8.dev0", + "version": "0.4.8", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index 45afa005..80a4a90b 100644 --- a/openllm-python/CHANGELOG.md +++ b/openllm-python/CHANGELOG.md @@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.4.8](https://github.com/bentoml/openllm/tree/v0.4.8) +No significant changes. + + ## [0.4.7](https://github.com/bentoml/openllm/tree/v0.4.7) No significant changes. diff --git a/package.json b/package.json index 9c871e5d..2cb14d01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-monorepo", - "version": "0.4.8.dev0", + "version": "0.4.8", "description": "OpenLLM: Operating LLMs in production", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "license": "Apache-2.0",