From d3d4a43ce382c2526946818ce7f907f8b997bc9d Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Fri, 14 Jul 2023 10:30:54 +0000 Subject: [PATCH] chore(version): the next version will be 0.0.15 build(JoanFM): release 0.0.14 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ vectordb/__init__.py | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f724d54..59ee2ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ + ## Release Note (`0.0.1`) @@ -193,3 +194,28 @@ - [[```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*) + +## Release Note (`0.0.14`) + +> Release time: 2023-07-14 10:30:51 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Joan Fontanals, Joan Fontanals Martinez, Han Xiao, Deepankar Mahapatro, Jina Dev Bot, 🙇 + + +### 🐞 Bug fixes + + - [[```5ef1c964```](https://github.com/jina-ai/jina/commit/5ef1c964953e7aac9f0336317de29fb83b408938)] __-__ fix single quotes (#47) (*Joan Fontanals*) + +### 🍹 Other Improvements + + - [[```14bc575b```](https://github.com/jina-ai/jina/commit/14bc575ba99387b5239e4b607741eb151da16182)] __-__ upgrade version (*Joan Fontanals Martinez*) + - [[```daef4aac```](https://github.com/jina-ai/jina/commit/daef4aac87751ecf191da1ab75dd9938865a5dc5)] __-__ fix readme (*Han Xiao*) + - [[```c24b8d95```](https://github.com/jina-ai/jina/commit/c24b8d95dae0cd43d4b0e61dd0c587d85b2950d8)] __-__ update readme (*Han Xiao*) + - [[```1df0dcc0```](https://github.com/jina-ai/jina/commit/1df0dcc0901480deccf3b580c1e00b1f4bc0dfb6)] __-__ fix message in readme (*Joan Fontanals Martinez*) + - [[```ced29140```](https://github.com/jina-ai/jina/commit/ced291408538c21e5d310cc643c080789b382b4d)] __-__ fix help message serve (#45) (*Joan Fontanals*) + - [[```7efdc669```](https://github.com/jina-ai/jina/commit/7efdc669ac0cef150e6972f757b9525f66aed52e)] __-__ ignore warnings (#44) (*Deepankar Mahapatro*) + - [[```8e1ab38b```](https://github.com/jina-ai/jina/commit/8e1ab38b5017feacac1caa64da5a3fc039eb872a)] __-__ __version__: the next version will be 0.0.12 (*Jina Dev Bot*) + diff --git a/vectordb/__init__.py b/vectordb/__init__.py index f271cae..7990de8 100644 --- a/vectordb/__init__.py +++ b/vectordb/__init__.py @@ -12,7 +12,7 @@ def _ignore_warnings(): _ignore_warnings() -__version__ = '0.0.14' +__version__ = '0.0.15' from vectordb.client import Client from vectordb.db.hnsw_vectordb import HNSWVectorDB