Skip to content

Commit

Permalink
chore(version): the next version will be 0.0.6
Browse files Browse the repository at this point in the history
build(JoanFM): release 0.0.5
  • Loading branch information
jina-bot committed Jul 10, 2023
1 parent 16ceb6d commit ca47a29
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@




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

Expand Down Expand Up @@ -58,3 +59,19 @@
- [[```0c0627ee```](https://github.com/jina-ai/jina/commit/0c0627eed984a39c48fb939fb805928fff58570c)] __-__ some changes (#32) (*Joan Fontanals*)
- [[```73236ff9```](https://github.com/jina-ai/jina/commit/73236ff9cf2fe811f830955a81ab320288962b29)] __-__ __version__: the next version will be 0.0.3 (*Jina Dev Bot*)

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

> Release time: 2023-07-10 10:27:03


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


### 🍹 Other Improvements

- [[```16ceb6d7```](https://github.com/jina-ai/jina/commit/16ceb6d72227aefae47b62e1ef234e6ad98b6483)] __-__ add long description (#36) (*Joan Fontanals*)
- [[```28ea2948```](https://github.com/jina-ai/jina/commit/28ea29485dcc516ed829a251388612cc664bb96a)] __-__ __version__: the next version will be 0.0.5 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion vectordb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.5'
__version__ = '0.0.6'

from vectordb.db.inmemory_exact_vectordb import InMemoryExactNNVectorDB
from vectordb.db.hnsw_vectordb import HNSWVectorDB

0 comments on commit ca47a29

Please sign in to comment.