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.51
Browse files Browse the repository at this point in the history
build(zac-li): middleware fix
  • Loading branch information
jina-bot committed Jul 3, 2023
1 parent 593b1e0 commit 7dd9073
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@






<a name=release-note-0-0-1></a>
Expand Down Expand Up @@ -1283,3 +1284,26 @@
- [[```f3e520d8```](https://github.com/jina-ai/langchain-serve/commit/f3e520d836be3afbb29db1c30b489c4ed89c5c97)] __-__ __version__: the next version will be 0.0.48 (*Jina Dev Bot*)
- [[```5be0d81f```](https://github.com/jina-ai/langchain-serve/commit/5be0d81f30a4e06c3064d5e6e89f26b9b6104088)] __-__ Merge pull request #112 from jina-ai/slackbot-readme (*Deepankar Mahapatro*)

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

> Release time: 2023-07-03 13:49:27


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


### 🐞 Bug fixes

- [[```7b961598```](https://github.com/jina-ai/langchain-serve/commit/7b9615985f797e93158468615f8625d28eb93cc1)] __-__ logging middle scope check error (*Zac Li*)

### 📗 Documentation

- [[```cd17dcc1```](https://github.com/jina-ai/langchain-serve/commit/cd17dcc1bd625a767475061f227b195c894524c9)] __-__ add link to hrbot documents (*Deepankar Mahapatro*)

### 🍹 Other Improvements

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

2 changes: 1 addition & 1 deletion lcserve/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def _ignore_warnings():
from .backend.slackbot import SlackBot
from .backend.slackbot.memory import MemoryMode, get_memory

__version__ = '0.0.50'
__version__ = '0.0.51'

0 comments on commit 7dd9073

Please sign in to comment.