From 431d46353c3382ff954fc05bc8397f3e560a7ac7 Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Wed, 30 Mar 2022 14:30:48 +0000 Subject: [PATCH] chore(version): the next version will be 0.1.9 build(hanxiao): rolling out fix --- CHANGELOG.md | 25 +++++++++++++++++++++++++ client/clip_client/__init__.py | 2 +- server/clip_server/__init__.py | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 917017fa2..14983dfd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ + ## Release Note (`0.0.3`) @@ -254,3 +255,27 @@ - [[```9e276744```](https://github.com/jina-ai/clip-as-service/commit/9e27674447d041c21078082478acc234d5c0e3f7)] __-__ fix readme (*Han Xiao*) - [[```1c2de8da```](https://github.com/jina-ai/clip-as-service/commit/1c2de8da0ac3cfa7fa7304f6c55b4979747f22a5)] __-__ __version__: the next version will be 0.1.7 (*Jina Dev Bot*) + +## Release Note (`0.1.8`) + +> Release time: 2022-03-30 14:30:36 + + + +๐Ÿ™‡ We'd like to thank all contributors for this new release! In particular, + Han Xiao, Jina Dev Bot, ๐Ÿ™‡ + + +### ๐Ÿ†• New Features + + - [[```d56b1463```](https://github.com/jina-ai/clip-as-service/commit/d56b146392c16d7f917b3a6baeba9d6b77121249)] __-__ __client__: more comprehensive progressbar (#667) (*Han Xiao*) + +### ๐Ÿงผ Code Refactoring + + - [[```065d6a91```](https://github.com/jina-ai/clip-as-service/commit/065d6a910e44a31718463a51ba0e3c29ca926d1c)] __-__ __client__: use docarray pbar (#668) (*Han Xiao*) + +### ๐Ÿน Other Improvements + + - [[```dd61bdce```](https://github.com/jina-ai/clip-as-service/commit/dd61bdce6f6e908a6a583106d1c51ca5725b1ad4)] __-__ update readme (*Han Xiao*) + - [[```be5fff81```](https://github.com/jina-ai/clip-as-service/commit/be5fff8129628d069e8d2992705f5f8b4681e040)] __-__ __version__: the next version will be 0.1.8 (*Jina Dev Bot*) + diff --git a/client/clip_client/__init__.py b/client/clip_client/__init__.py index d9eb1cc3e..c76363c10 100644 --- a/client/clip_client/__init__.py +++ b/client/clip_client/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.1.8' +__version__ = '0.1.9' from .client import Client diff --git a/server/clip_server/__init__.py b/server/clip_server/__init__.py index c3bb2961b..1c98a23a8 100644 --- a/server/clip_server/__init__.py +++ b/server/clip_server/__init__.py @@ -1 +1 @@ -__version__ = '0.1.8' +__version__ = '0.1.9'