Skip to content

Commit

Permalink
chore(version): the next version will be 0.0.18
Browse files Browse the repository at this point in the history
build(JoanFM): release 0.0.17
  • Loading branch information
jina-bot committed Jul 25, 2023
1 parent a48f341 commit 4c5f5eb
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 @@ -13,6 +13,7 @@




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

Expand Down Expand Up @@ -256,3 +257,26 @@
- [[```0357cfea```](https://github.com/jina-ai/jina/commit/0357cfead576b237675f1d1f38360a391deb9a3a)] __-__ fix docarray version in deploy (#49) (*Joan Fontanals*)
- [[```44856718```](https://github.com/jina-ai/jina/commit/44856718e7ce838cfd7e02f15f82c0d90b815694)] __-__ __version__: the next version will be 0.0.16 (*Jina Dev Bot*)

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

> Release time: 2023-07-25 02:37:14


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


### 🐞 Bug fixes

- [[```a48f341c```](https://github.com/jina-ai/jina/commit/a48f341c8f5fc13ae70144fca9f73ec6de1764d0)] __-__ fix applying serve and deploy on instance (#53) (*Joan Fontanals*)

### 🏁 Unit Test and CICD

- [[```e0c9921c```](https://github.com/jina-ai/jina/commit/e0c9921c3b720d799bf6f99582a6d2eeb5c1ffee)] __-__ optout telemetry in test (#50) (*Joan Fontanals*)

### 🍹 Other Improvements

- [[```be1f72da```](https://github.com/jina-ai/jina/commit/be1f72da50c06982ed9abcedcb5db75dc9faf32f)] __-__ __version__: the next version will be 0.0.17 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion vectordb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def _ignore_warnings():

_ignore_warnings()

__version__ = '0.0.17'
__version__ = '0.0.18'

from vectordb.client import Client
from vectordb.db.hnsw_vectordb import HNSWVectorDB
Expand Down

0 comments on commit 4c5f5eb

Please sign in to comment.