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.12
Browse files Browse the repository at this point in the history
build(zac-li): dep bug fix
  • Loading branch information
jina-bot committed Apr 21, 2023
1 parent 7ddd307 commit fcb141c
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 @@ -10,6 +10,7 @@




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

Expand Down Expand Up @@ -260,3 +261,22 @@

- [[```4c07ad51```](https://github.com/jina-ai/langchain-serve/commit/4c07ad51d26b5fcf16759373beb5fbbcec591c1f)] __-__ __version__: the next version will be 0.0.10 (*Jina Dev Bot*)

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

> Release time: 2023-04-21 04:22:32


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


### 🐞 Bug fixes

- [[```2e60c980```](https://github.com/jina-ai/langchain-serve/commit/2e60c9805736a13a41a589692bcbc9f0168ea95b)] __-__ dep import in babyagi (*Zac Li*)

### 🍹 Other Improvements

- [[```5a56967d```](https://github.com/jina-ai/langchain-serve/commit/5a56967d6a62d81992dc06475c8dd61dd445d2e9)] __-__ __version__: the next version will be 0.0.11 (*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

__version__ = '0.0.11'
__version__ = '0.0.12'

0 comments on commit fcb141c

Please sign in to comment.