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.55
Browse files Browse the repository at this point in the history
build(zac-li): slack bug fix
  • Loading branch information
jina-bot committed Jul 11, 2023
1 parent 76ef99a commit f622954
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 @@ -51,6 +51,7 @@






<a name=release-note-0-0-1></a>
Expand Down Expand Up @@ -1377,3 +1378,22 @@
- [[```8477885b```](https://github.com/jina-ai/langchain-serve/commit/8477885b9eab0e316c759ab68968ae982ad8e7e7)] __-__ cap jcloud version under 0.2.12 (*Deepankar Mahapatro*)
- [[```8ea92878```](https://github.com/jina-ai/langchain-serve/commit/8ea92878720ea1c0d31e476e6c14e156c26e59a6)] __-__ __version__: the next version will be 0.0.53 (*Jina Dev Bot*)

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

> Release time: 2023-07-11 04:40:41


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


### 🐞 Bug fixes

- [[```161a7de6```](https://github.com/jina-ai/langchain-serve/commit/161a7de662983068b4042836d55a2ccdcdfc108e)] __-__ path concat bug in slack demo app (*Zac Li*)

### 🍹 Other Improvements

- [[```28d099c8```](https://github.com/jina-ai/langchain-serve/commit/28d099c80d71620cf2ce59b747d9ee90ceddd7f4)] __-__ __version__: the next version will be 0.0.54 (*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.54'
__version__ = '0.0.55'

0 comments on commit f622954

Please sign in to comment.