From 07a8480a2905a8d7293f79c0668818f684bbd65d Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Mon, 10 Jul 2023 13:22:11 +0000 Subject: [PATCH] chore(version): the next version will be 0.0.7 build(JoanFM): release 0.0.6 --- CHANGELOG.md | 20 ++++++++++++++++++++ vectordb/__init__.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2857a..2a06163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ + ## Release Note (`0.0.1`) @@ -75,3 +76,22 @@ - [[```16ceb6d7```](https://github.com/jina-ai/jina/commit/16ceb6d72227aefae47b62e1ef234e6ad98b6483)] __-__ add long description (#36) (*Joan Fontanals*) - [[```28ea2948```](https://github.com/jina-ai/jina/commit/28ea29485dcc516ed829a251388612cc664bb96a)] __-__ __version__: the next version will be 0.0.5 (*Jina Dev Bot*) + +## Release Note (`0.0.6`) + +> Release time: 2023-07-10 13:22:08 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Joan Fontanals, Jina Dev Bot, 🙇 + + +### 📗 Documentation + + - [[```cf1b6b29```](https://github.com/jina-ai/jina/commit/cf1b6b29d543af91cd20bf800043eee6ebf4fe53)] __-__ fix README (#37) (*Joan Fontanals*) + +### 🍹 Other Improvements + + - [[```ca47a292```](https://github.com/jina-ai/jina/commit/ca47a292f26a758a181a36a75e3c33a9a578ed5f)] __-__ __version__: the next version will be 0.0.6 (*Jina Dev Bot*) + diff --git a/vectordb/__init__.py b/vectordb/__init__.py index 6bb1ba7..624a5d3 100644 --- a/vectordb/__init__.py +++ b/vectordb/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.6' +__version__ = '0.0.7' from vectordb.db.inmemory_exact_vectordb import InMemoryExactNNVectorDB from vectordb.db.hnsw_vectordb import HNSWVectorDB