From 53cd4a54d8d8411170e9b384feed8ede2f75b423 Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Mon, 23 Oct 2023 10:26:51 +0000 Subject: [PATCH] chore(version): the next version will be 0.0.21 build(JoanFM): release 0.20.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ vectordb/__init__.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b4cc1..1c33bd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ + ## Release Note (`0.0.1`) @@ -317,3 +318,22 @@ - [[```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*) + +## Release Note (`0.0.20`) + +> Release time: 2023-10-23 10:26:48 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + 0x376h, Jina Dev Bot, 🙇 + + +### 🆕 New Features + + - [[```5f8fc998```](https://github.com/jina-ai/jina/commit/5f8fc998c8c6b29553bff2146bc64166072f8b6a)] __-__ dd method queryid to check id exists (#63) (*0x376h*) + +### 🍹 Other Improvements + + - [[```a4308081```](https://github.com/jina-ai/jina/commit/a43080813c53c62f86f29083fab5f1a104c27388)] __-__ __version__: the next version will be 0.0.20 (*Jina Dev Bot*) + diff --git a/vectordb/__init__.py b/vectordb/__init__.py index 4b7d4a8..04bf55a 100644 --- a/vectordb/__init__.py +++ b/vectordb/__init__.py @@ -12,7 +12,7 @@ def _ignore_warnings(): _ignore_warnings() -__version__ = '0.0.20' +__version__ = '0.0.21' from vectordb.client import Client from vectordb.db.hnsw_vectordb import HNSWVectorDB