From 017e57653b483c72adb4fba2e58c52bfe6fcdad3 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Wed, 16 Aug 2023 11:42:47 +0000 Subject: [PATCH] infra: prepare for release 0.2.25 [generated] [skip ci] Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- CHANGELOG.md | 20 ++++++++++++++++++++ changelog.d/215.feature.md | 5 ----- changelog.d/223.feature.md | 1 - changelog.d/89.feature.md | 5 ----- contrib/clojure/package.json | 2 +- openllm-node/package.json | 2 +- openllm-python/CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 8 files changed, 43 insertions(+), 14 deletions(-) delete mode 100644 changelog.d/215.feature.md delete mode 100644 changelog.d/223.feature.md delete mode 100644 changelog.d/89.feature.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8917c0..5d1e8668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,26 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.2.25](https://github.com/bentoml/openllm/tree/v0.2.25) + +### Features + +- OpenLLM now include a community-maintained ClojureScript UI, Thanks @GutZuFusss + + See [this README.md](/contrib/clojure/README.md) for more information + + OpenLLM will also include a `--cors` to enable start with cors enabled. + [#89](https://github.com/bentoml/openllm/issues/89) +- Nightly wheels now can be installed via `test.pypi.org`: + + ```bash + pip install -i https://test.pypi.org/simple/ openllm + ``` + [#215](https://github.com/bentoml/openllm/issues/215) +- Running vLLM with Falcon is now supported + [#223](https://github.com/bentoml/openllm/issues/223) + + ## [0.2.24](https://github.com/bentoml/openllm/tree/v0.2.24) No significant changes. diff --git a/changelog.d/215.feature.md b/changelog.d/215.feature.md deleted file mode 100644 index 48b52be6..00000000 --- a/changelog.d/215.feature.md +++ /dev/null @@ -1,5 +0,0 @@ -Nightly wheels now can be installed via `test.pypi.org`: - -```bash -pip install -i https://test.pypi.org/simple/ openllm -``` diff --git a/changelog.d/223.feature.md b/changelog.d/223.feature.md deleted file mode 100644 index dadc2b75..00000000 --- a/changelog.d/223.feature.md +++ /dev/null @@ -1 +0,0 @@ -Running vLLM with Falcon is now supported diff --git a/changelog.d/89.feature.md b/changelog.d/89.feature.md deleted file mode 100644 index e7f46faf..00000000 --- a/changelog.d/89.feature.md +++ /dev/null @@ -1,5 +0,0 @@ -OpenLLM now include a community-maintained ClojureScript UI, Thanks @GutZuFusss - -See [this README.md](/contrib/clojure/README.md) for more information - -OpenLLM will also include a `--cors` to enable start with cors enabled. diff --git a/contrib/clojure/package.json b/contrib/clojure/package.json index 8cfca286..6774467a 100644 --- a/contrib/clojure/package.json +++ b/contrib/clojure/package.json @@ -1,6 +1,6 @@ { "name": "openllm-clojure-ui", - "version": "0.2.24", + "version": "0.2.25", "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 2d5e8d71..cdaeae9c 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "openllm", - "version": "0.2.25.dev0", + "version": "0.2.25", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index 2f8917c0..5d1e8668 100644 --- a/openllm-python/CHANGELOG.md +++ b/openllm-python/CHANGELOG.md @@ -18,6 +18,26 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.2.25](https://github.com/bentoml/openllm/tree/v0.2.25) + +### Features + +- OpenLLM now include a community-maintained ClojureScript UI, Thanks @GutZuFusss + + See [this README.md](/contrib/clojure/README.md) for more information + + OpenLLM will also include a `--cors` to enable start with cors enabled. + [#89](https://github.com/bentoml/openllm/issues/89) +- Nightly wheels now can be installed via `test.pypi.org`: + + ```bash + pip install -i https://test.pypi.org/simple/ openllm + ``` + [#215](https://github.com/bentoml/openllm/issues/215) +- Running vLLM with Falcon is now supported + [#223](https://github.com/bentoml/openllm/issues/223) + + ## [0.2.24](https://github.com/bentoml/openllm/tree/v0.2.24) No significant changes. diff --git a/package.json b/package.json index 64487e2c..7be12d5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openllm", - "version": "0.2.25.dev0", + "version": "0.2.25", "description": "OpenLLM: Operating LLMs in production", "repository": "git@github.com:bentoml/OpenLLM.git", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",