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.26
Browse files Browse the repository at this point in the history
build(deepankarm): autogpt-as-a-service
  • Loading branch information
jina-bot committed May 9, 2023
1 parent 46e7407 commit 9c4965f
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 @@ -22,6 +22,7 @@






<a name=release-note-0-0-1></a>
Expand Down Expand Up @@ -595,3 +596,26 @@
- [[```b7fe7a7e```](https://github.com/jina-ai/langchain-serve/commit/b7fe7a7e0ec8532566b759138e381469cba219b3)] __-__ bump jcloud to fix windows issues (*Deepankar Mahapatro*)
- [[```40e5988d```](https://github.com/jina-ai/langchain-serve/commit/40e5988db894d8f7d3ce0545b47c1562e366cb45)] __-__ __version__: the next version will be 0.0.24 (*Jina Dev Bot*)

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

> Release time: 2023-05-09 16:02:56


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


### 🆕 New Features

- [[```55093573```](https://github.com/jina-ai/langchain-serve/commit/55093573f154639dbe0e76543d80f192a28d986f)] __-__ autogpt-as-a-service (*Deepankar Mahapatro*)

### 📗 Documentation

- [[```13585d80```](https://github.com/jina-ai/langchain-serve/commit/13585d80a7f48f195c420afa9c4acb29ae8d0560)] __-__ update readme (*Deepankar Mahapatro*)

### 🍹 Other Improvements

- [[```e05901cb```](https://github.com/jina-ai/langchain-serve/commit/e05901cb1ae938b0f789e9c10742dfb704fa51aa)] __-__ __version__: the next version will be 0.0.25 (*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.25'
__version__ = '0.0.26'

0 comments on commit 9c4965f

Please sign in to comment.