From 8e1ab38b5017feacac1caa64da5a3fc039eb872a Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Fri, 14 Jul 2023 06:51:57 +0000 Subject: [PATCH] chore(version): the next version will be 0.0.12 build(JoanFM): release 0.0.11 --- CHANGELOG.md | 17 +++++++++++++++++ vectordb/__init__.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01d0d73..f724d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ + ## Release Note (`0.0.1`) @@ -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*) + +## 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*) + diff --git a/vectordb/__init__.py b/vectordb/__init__.py index 14934ae..0ed51dd 100644 --- a/vectordb/__init__.py +++ b/vectordb/__init__.py @@ -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