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.37
Browse files Browse the repository at this point in the history
build(deepankarm): mount workspace
  • Loading branch information
jina-bot committed May 22, 2023
1 parent 9bd1aaf commit af32e2c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@






<a name=release-note-0-0-1></a>
Expand Down Expand Up @@ -897,3 +898,31 @@
- [[```1e5966fe```](https://github.com/jina-ai/langchain-serve/commit/1e5966feb9d1ecf50578289a27eb4b1139891a32)] __-__ __version__: the next version will be 0.0.33 (*Jina Dev Bot*)
- [[```94c16e7d```](https://github.com/jina-ai/langchain-serve/commit/94c16e7d56ef9bc3ad9fc31b973475c7a282254d)] __-__ Merge pull request #76 from jina-ai/feat-pricing (*Deepankar Mahapatro*)

<a name=release-note-0-0-36></a>
## Release Note (`0.0.36`)

> Release time: 2023-05-22 15:11:29


🙇 We'd like to thank all contributors for this new release! In particular,
Deepankar Mahapatro, Jina Dev Bot, 🙇


### 🆕 New Features

- [[```19f2ca5c```](https://github.com/jina-ai/langchain-serve/commit/19f2ca5cc648af067dad534194e8ec22239d7dda)] __-__ mount efs with gateway (*Deepankar Mahapatro*)

### 📗 Documentation

- [[```3ecd8388```](https://github.com/jina-ai/langchain-serve/commit/3ecd83882698d2cedb6d62878cd61f7ed106d612)] __-__ update readme (*Deepankar Mahapatro*)
- [[```8d01dddf```](https://github.com/jina-ai/langchain-serve/commit/8d01dddffd15268533d51770552c8a0ab3795e68)] __-__ refactor readme (*Deepankar Mahapatro*)

### 🏁 Unit Test and CICD

- [[```a06a1925```](https://github.com/jina-ai/langchain-serve/commit/a06a1925846b51fea92da0bf5e95b6564effc0b6)] __-__ assign and pass workspace to methods (*Deepankar Mahapatro*)

### 🍹 Other Improvements

- [[```bc881f81```](https://github.com/jina-ai/langchain-serve/commit/bc881f8142613ba6b943bfe2d9e2aa667a43f0f6)] __-__ __version__: the next version will be 0.0.36 (*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.36'
__version__ = '0.0.37'

0 comments on commit af32e2c

Please sign in to comment.