Skip to content

Commit

Permalink
chore(version): the next version will be 0.0.21
Browse files Browse the repository at this point in the history
build(JoanFM): release 0.20.0
  • Loading branch information
jina-bot committed Oct 23, 2023
1 parent 5f8fc99 commit 53cd4a5
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 @@ -16,6 +16,7 @@




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

Expand Down Expand Up @@ -317,3 +318,22 @@
- [[```059dc489```](https://github.com/jina-ai/jina/commit/059dc489b4e2c698ef8e71811eafee2c7a0ae500)] __-__ add num_docs (#62) (*0x376h*)
- [[```35cbf73a```](https://github.com/jina-ai/jina/commit/35cbf73a355e33667e66d9949c8ef58e28a10bd1)] __-__ __version__: the next version will be 0.0.19 (*Jina Dev Bot*)

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

> Release time: 2023-10-23 10:26:48


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


### 🆕 New Features

- [[```5f8fc998```](https://github.com/jina-ai/jina/commit/5f8fc998c8c6b29553bff2146bc64166072f8b6a)] __-__ dd method queryid to check id exists (#63) (*0x376h*)

### 🍹 Other Improvements

- [[```a4308081```](https://github.com/jina-ai/jina/commit/a43080813c53c62f86f29083fab5f1a104c27388)] __-__ __version__: the next version will be 0.0.20 (*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.20'
__version__ = '0.0.21'

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

0 comments on commit 53cd4a5

Please sign in to comment.