From ec3852b5b80dd1bd8d36cf6373619fc2ccc2e0d7 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Thu, 17 Aug 2023 19:53:56 +0000 Subject: [PATCH] infra: prepare for release 0.2.26 [generated] [skip ci] Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- CHANGELOG.md | 15 +++++++++++++++ changelog.d/227.feature.md | 2 -- changelog.d/228.fix.md | 1 - contrib/clojure/package.json | 2 +- openllm-node/package.json | 2 +- openllm-python/CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 7 files changed, 33 insertions(+), 6 deletions(-) delete mode 100644 changelog.d/227.feature.md delete mode 100644 changelog.d/228.fix.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d1e8668..e03b3d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,21 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.2.26](https://github.com/bentoml/openllm/tree/v0.2.26) + +### Features + +- Added a generic embedding implementation largely based on https://github.com/bentoml/sentence-embedding-bento + For all unsupported models. + [#227](https://github.com/bentoml/openllm/issues/227) + + +### Bug fix + +- Fixes correct directory for building standalone installer + [#228](https://github.com/bentoml/openllm/issues/228) + + ## [0.2.25](https://github.com/bentoml/openllm/tree/v0.2.25) ### Features diff --git a/changelog.d/227.feature.md b/changelog.d/227.feature.md deleted file mode 100644 index a4508a1a..00000000 --- a/changelog.d/227.feature.md +++ /dev/null @@ -1,2 +0,0 @@ -Added a generic embedding implementation largely based on https://github.com/bentoml/sentence-embedding-bento -For all unsupported models. diff --git a/changelog.d/228.fix.md b/changelog.d/228.fix.md deleted file mode 100644 index 71ab7e82..00000000 --- a/changelog.d/228.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fixes correct directory for building standalone installer diff --git a/contrib/clojure/package.json b/contrib/clojure/package.json index 8f734fd1..18960e0e 100644 --- a/contrib/clojure/package.json +++ b/contrib/clojure/package.json @@ -1,6 +1,6 @@ { "name": "openllm-clojure-ui", - "version": "0.2.26.dev0", + "version": "0.2.26", "description": "OpenLLM Clojure UI", "repository": { "url": "git@github.com:bentoml/OpenLLM.git", diff --git a/openllm-node/package.json b/openllm-node/package.json index 1e2e0451..b64849c7 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "openllm", - "version": "0.2.26.dev0", + "version": "0.2.26", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index 5d1e8668..e03b3d39 100644 --- a/openllm-python/CHANGELOG.md +++ b/openllm-python/CHANGELOG.md @@ -18,6 +18,21 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.2.26](https://github.com/bentoml/openllm/tree/v0.2.26) + +### Features + +- Added a generic embedding implementation largely based on https://github.com/bentoml/sentence-embedding-bento + For all unsupported models. + [#227](https://github.com/bentoml/openllm/issues/227) + + +### Bug fix + +- Fixes correct directory for building standalone installer + [#228](https://github.com/bentoml/openllm/issues/228) + + ## [0.2.25](https://github.com/bentoml/openllm/tree/v0.2.25) ### Features diff --git a/package.json b/package.json index 2728cc99..181cc698 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openllm", - "version": "0.2.26.dev0", + "version": "0.2.26", "description": "OpenLLM: Operating LLMs in production", "repository": "git@github.com:bentoml/OpenLLM.git", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",