Skip to content

Commit

Permalink
chore(version): the next version will be 0.0.22
Browse files Browse the repository at this point in the history
build(JoanFM): release 0.0.21
  • Loading branch information
jina-bot committed Mar 4, 2024
1 parent f0200e5 commit ad2b64a
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 @@ -17,6 +17,7 @@




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

Expand Down Expand Up @@ -337,3 +338,22 @@

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

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

> Release time: 2024-03-04 17:10:02


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


### 🐞 Bug fixes

- [[```f0200e58```](https://github.com/jina-ai/jina/commit/f0200e58721549e009dd872c21642d44c7082177)] __-__ handle missing __validators__ (#68) (*Gabe Goodhart*)

### 🍹 Other Improvements

- [[```53cd4a54```](https://github.com/jina-ai/jina/commit/53cd4a54d8d8411170e9b384feed8ede2f75b423)] __-__ __version__: the next version will be 0.0.21 (*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.21'
__version__ = '0.0.22'

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

0 comments on commit ad2b64a

Please sign in to comment.