diff --git a/CHANGELOG.md b/CHANGELOG.md index c50fe5af..023bb646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ + @@ -1066,3 +1067,22 @@ - [[```619d8e61```](https://github.com/jina-ai/langchain-serve/commit/619d8e61d1ebce5033dab6156203cb4aaa3c37f8)] __-__ remove docarray imports (*Deepankar Mahapatro*) - [[```eab0cca8```](https://github.com/jina-ai/langchain-serve/commit/eab0cca8cf45deea7513333051dcebaa9f79dd53)] __-__ __version__: the next version will be 0.0.41 (*Jina Dev Bot*) + +## Release Note (`0.0.42`) + +> Release time: 2023-06-05 05:59:53 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Deepankar Mahapatro, Jina Dev Bot, 🙇 + + +### 🐞 Bug fixes + + - [[```1d5bdde7```](https://github.com/jina-ai/langchain-serve/commit/1d5bdde76757d761451b1aafb80285f66c9f8d8c)] __-__ change cwd before running serving function (*Deepankar Mahapatro*) + +### 🍹 Other Improvements + + - [[```a9bdb383```](https://github.com/jina-ai/langchain-serve/commit/a9bdb3830607b1531556e7feab58c80ff45a6b97)] __-__ __version__: the next version will be 0.0.42 (*Jina Dev Bot*) + diff --git a/lcserve/__init__.py b/lcserve/__init__.py index 48f61433..2f2bd841 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.42' +__version__ = '0.0.43'