From eab0cca8cf45deea7513333051dcebaa9f79dd53 Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Thu, 1 Jun 2023 05:14:06 +0000 Subject: [PATCH] chore(version): the next version will be 0.0.41 build(deepankarm): push option --- CHANGELOG.md | 24 ++++++++++++++++++++++++ lcserve/__init__.py | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8461f5f2..c5c20a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ + @@ -1021,3 +1022,26 @@ - [[```3f72b6c4```](https://github.com/jina-ai/langchain-serve/commit/3f72b6c481427d36da096ca1048f9b6c5ece4226)] __-__ __version__: the next version will be 0.0.39 (*Jina Dev Bot*) + +## Release Note (`0.0.40`) + +> Release time: 2023-06-01 05:14:03 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Deepankar Mahapatro, Jina Dev Bot, 🙇 + + +### 🐞 Bug fixes + + - [[```acdde6be```](https://github.com/jina-ai/langchain-serve/commit/acdde6bec1fe465f305b7d77877a7841d937371c)] __-__ add public to push (*Deepankar Mahapatro*) + +### 🏁 Unit Test and CICD + + - [[```f681fb1f```](https://github.com/jina-ai/langchain-serve/commit/f681fb1f9efed5690a2643cb9f0184166ca2c65a)] __-__ update langflow-push.yml (*Deepankar Mahapatro*) + +### 🍹 Other Improvements + + - [[```9e1de166```](https://github.com/jina-ai/langchain-serve/commit/9e1de1666ad196220e33513610d0b476723f54f9)] __-__ __version__: the next version will be 0.0.40 (*Jina Dev Bot*) + diff --git a/lcserve/__init__.py b/lcserve/__init__.py index d0944416..aefe188f 100644 --- a/lcserve/__init__.py +++ b/lcserve/__init__.py @@ -14,4 +14,4 @@ def _ignore_warnings(): from .backend import serving, download_df, upload_df -__version__ = '0.0.40' +__version__ = '0.0.41'