From 3d3ef9363c9a322660fe84e94a2e610a24be0f0e Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Mon, 13 Jun 2022 13:06:24 +0000 Subject: [PATCH] chore(version): the next version will be 0.4.16 build(hanxiao): rolling out fix --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ client/clip_client/__init__.py | 2 +- server/clip_server/__init__.py | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ea87ecf..3f848006a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ + @@ -1075,3 +1076,31 @@ - [[```06097f20```](https://github.com/jina-ai/clip-as-service/commit/06097f2098190b5a8a40fc82354b642730e617e0)] __-__ __version__: the next version will be 0.4.14 (*Jina Dev Bot*) + +## Release Note (`0.4.15`) + +> Release time: 2022-06-13 13:06:16 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Han Xiao, felix-wang, Ziniu Yu, Jina Dev Bot, 🙇 + + +### 🆕 New Features + + - [[```e022bd46```](https://github.com/jina-ai/clip-as-service/commit/e022bd46c8c1773620f635148cb999e23ff7167e)] __-__ add traversal paths (#750) (*felix-wang*) + - [[```4fe5a1b1```](https://github.com/jina-ai/clip-as-service/commit/4fe5a1b1dc9672be98638ba57023936b5ed69a6c)] __-__ add traversal paths (#748) (*felix-wang*) + +### 🐞 Bug fixes + + - [[```752202f8```](https://github.com/jina-ai/clip-as-service/commit/752202f8b730d0ab8785a703fc719dacfbe2993b)] __-__ monitor documentation (#745) (*felix-wang*) + +### 🍹 Other Improvements + + - [[```dab8341e```](https://github.com/jina-ai/clip-as-service/commit/dab8341e9ffb0716eb8c17477534ef91f19d8c5d)] __-__ add cas on colab section (*Han Xiao*) + - [[```29bd68a4```](https://github.com/jina-ai/clip-as-service/commit/29bd68a4bc1f17c34016d45901858c65c8cf5623)] __-__ add replicas field in all yamls (*Han Xiao*) + - [[```d5be8c2f```](https://github.com/jina-ai/clip-as-service/commit/d5be8c2f85e47fcafa7587f3e75b76fbc42300e5)] __-__ Revert "feat: add traversal paths (#748)" (#749) (*Han Xiao*) + - [[```7f2d8fe8```](https://github.com/jina-ai/clip-as-service/commit/7f2d8fe88643ae71e5d8b38547faa32570886e46)] __-__ update links in docs (#747) (*Ziniu Yu*) + - [[```52a8b0a6```](https://github.com/jina-ai/clip-as-service/commit/52a8b0a6c62204d37556f31fd79fd1ee621b45e3)] __-__ __version__: the next version will be 0.4.15 (*Jina Dev Bot*) + diff --git a/client/clip_client/__init__.py b/client/clip_client/__init__.py index fcc6aad8b..36e8c2ced 100644 --- a/client/clip_client/__init__.py +++ b/client/clip_client/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.4.15' +__version__ = '0.4.16' import os diff --git a/server/clip_server/__init__.py b/server/clip_server/__init__.py index 444bf41a7..9da9a84c9 100644 --- a/server/clip_server/__init__.py +++ b/server/clip_server/__init__.py @@ -1 +1 @@ -__version__ = '0.4.15' +__version__ = '0.4.16'