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.56
Browse files Browse the repository at this point in the history
build(zac-li): slack tracing
  • Loading branch information
jina-bot committed Jul 12, 2023
1 parent c178524 commit 55c5a81
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@






<a name=release-note-0-0-1></a>
Expand Down Expand Up @@ -1397,3 +1398,23 @@

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

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

> Release time: 2023-07-12 03:56:28


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


### 🆕 New Features

- [[```ddecd4c8```](https://github.com/jina-ai/langchain-serve/commit/ddecd4c8242a2c3f014c39add01db1758e70c5d1)] __-__ tracing for slackbot (*Zac Li*)
- [[```db7ccd24```](https://github.com/jina-ai/langchain-serve/commit/db7ccd24a5e913680d7b064b443da0cddbe1a442)] __-__ tracking for slack (*Zac Li*)

### 🍹 Other Improvements

- [[```f622954e```](https://github.com/jina-ai/langchain-serve/commit/f622954ee028d2ebeb716912473c6d8254417ffb)] __-__ __version__: the next version will be 0.0.55 (*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.55'
__version__ = '0.0.56'

0 comments on commit 55c5a81

Please sign in to comment.