Skip to content

Commit

Permalink
chore(version): the next version will be 0.0.20
Browse files Browse the repository at this point in the history
build(JoanFM): release 0.0.19
  • Loading branch information
jina-bot committed Oct 8, 2023
1 parent 059dc48 commit a430808
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 @@ -15,6 +15,7 @@




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

Expand Down Expand Up @@ -300,3 +301,19 @@

- [[```4c5f5ebc```](https://github.com/jina-ai/jina/commit/4c5f5ebc909d7308daf9c1813fc8e022f93ad1d6)] __-__ __version__: the next version will be 0.0.18 (*Jina Dev Bot*)

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

> Release time: 2023-10-08 03:17:44


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


### 🍹 Other Improvements

- [[```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*)

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.19'
__version__ = '0.0.20'

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

0 comments on commit a430808

Please sign in to comment.