Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
chore(version): the next version will be 0.0.43
Browse files Browse the repository at this point in the history
build(deepankarm): Fix local file
  • Loading branch information
jina-bot committed Jun 5, 2023
1 parent 7fd92fd commit 85cf9d9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@






<a name=release-note-0-0-1></a>
Expand Down Expand Up @@ -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*)

<a name=release-note-0-0-42></a>
## 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*)

2 changes: 1 addition & 1 deletion lcserve/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def _ignore_warnings():

from .backend import serving, download_df, upload_df

__version__ = '0.0.42'
__version__ = '0.0.43'

0 comments on commit 85cf9d9

Please sign in to comment.