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.7
Browse files Browse the repository at this point in the history
build(deepankarm): Fix serve options
  • Loading branch information
jina-bot committed Apr 17, 2023
1 parent 499edf1 commit c7b6f9c
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 @@ -5,6 +5,7 @@




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

Expand Down Expand Up @@ -136,3 +137,26 @@

- [[```ec02e6cd```](https://github.com/jina-ai/jcloud/commit/ec02e6cdaf779aa46803cd627dc9ffe655098d38)] __-__ __version__: the next version will be 0.0.5 (*Jina Dev Bot*)

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

> Release time: 2023-04-17 07:03:59


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


### � Bug fixes

- [[```499edf13```](https://github.com/jina-ai/jcloud/commit/499edf1337982a7d1e97dfe137d2ffcb4e85a20d)] __-__ serve options (*Deepankar Mahapatro*)

### � Unit Test and CICD

- [[```2899f6ff```](https://github.com/jina-ai/jcloud/commit/2899f6ff116975c8f58b1736891befe2f82a8538)] __-__ release message (*Deepankar Mahapatro*)

### � Other Improvements

- [[```45c67cfa```](https://github.com/jina-ai/jcloud/commit/45c67cfaf2955e09e8041bbcffb25a597b43a407)] __-__ __version__: the next version will be 0.0.6 (*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.6'
__version__ = '0.0.7'

0 comments on commit c7b6f9c

Please sign in to comment.