chore(version): the next version will be 0.0.3

build(JoanFM): release 0.0.2
This commit is contained in:
Jina Dev Bot 2023-06-22 13:43:20 +00:00
parent 0e5fd82589
commit 73236ff9cf
2 changed files with 19 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<a name=release-note-0-0-1></a>
## Release Note (`0.0.1`)
@ -16,3 +17,20 @@
- [[```a271d1a8```](https://github.com/jina-ai/jina/commit/a271d1a84b189174610183b6a49a9fe32b1e2aa5)] __-__ fix release yaml (*Joan Fontanals Martinez*)
<a name=release-note-0-0-2></a>
## Release Note (`0.0.2`)
> Release time: 2023-06-22 13:43:16
🙇 We'd like to thank all contributors for this new release! In particular,
Joan Fontanals, Jina Dev Bot, 🙇
### 🍹 Other Improvements
- [[```0e5fd825```](https://github.com/jina-ai/jina/commit/0e5fd82589fd8dc9f6256d9b710ad03854353096)] __-__ update versions of Jina and DocArray (#30) (*Joan Fontanals*)
- [[```13f79de3```](https://github.com/jina-ai/jina/commit/13f79de3cd384771ac886d31a7f5737fc2470f11)] __-__ debug test (#29) (*Joan Fontanals*)
- [[```41b6ac95```](https://github.com/jina-ai/jina/commit/41b6ac954c2a1965f90829ff8a3114df94884e5c)] __-__ __version__: the next version will be 0.0.2 (*Jina Dev Bot*)

View File

@ -1,4 +1,4 @@
__version__ = '0.0.2'
__version__ = '0.0.3'
from vectordb.db.inmemory_exact_vectordb import InMemoryExactNNVectorDB
from vectordb.db.hnsw_vectordb import HNSWVectorDB