Skip to content

Commit

Permalink
chore(version): the next version will be 0.0.12
Browse files Browse the repository at this point in the history
build(JoanFM): release 0.0.11
  • Loading branch information
jina-bot committed Jul 14, 2023
1 parent e298e6e commit 8e1ab38
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 @@ -9,6 +9,7 @@




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

Expand Down Expand Up @@ -176,3 +177,19 @@

- [[```574a8968```](https://github.com/jina-ai/jina/commit/574a8968b5f11f5a2aba88c0bd4cd7bfd45b0427)] __-__ __version__: the next version will be 0.0.10 (*Jina Dev Bot*)

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

> Release time: 2023-07-14 06:51:55


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


### 🍹 Other Improvements

- [[```e298e6ef```](https://github.com/jina-ai/jina/commit/e298e6ef500193d6a4e98760b2137c071514a704)] __-__ add MANIFEST.in (#43) (*Joan Fontanals*)
- [[```790f6341```](https://github.com/jina-ai/jina/commit/790f6341007a744976cbd0bc431ba2d3bb5327e8)] __-__ __version__: the next version will be 0.0.11 (*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.11'
__version__ = '0.0.12'

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

0 comments on commit 8e1ab38

Please sign in to comment.