From c762ae65e2df3be77e74bc0ad69691c2f4d983cd Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Mon, 11 May 2020 13:56:13 +0000 Subject: [PATCH] chore(version): bumping version to 0.1.12 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ jina/__init__.py | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a58167b0d6f9..ce6d5ac99c476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ + # Change Logs @@ -818,3 +819,35 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will - [[```6e60a79e```](https://github.com/jina-ai/jina/commit/6e60a79eb7313510a215540bf5f5298d577bf2fa)] __-__ reformat the code (*Han Xiao*) - [[```b7f138b6```](https://github.com/jina-ai/jina/commit/b7f138b681fb2c25c991c0a957a1bfab2a61ae91)] __-__ __version__: bumping version to 0.1.10 (*Jina Dev Bot*) +## Release Note (`0.1.11`) + +> Release time: 2020-05-11 13:56:11 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Han Xiao, Nan Wang, Jina Dev Bot, xiong-ma, 🙇 + + +### 🐞 Bug fixes + + - [[```482ed876```](https://github.com/jina-ai/jina/commit/482ed876dcdce0d3003800b134ab1ed3960d5e48)] __-__ __transformer__: delete tmp attr (*xiong-ma*) + - [[```e5756b3c```](https://github.com/jina-ai/jina/commit/e5756b3c169b02f6d5de70c33acce20170929cc2)] __-__ __transformer__: change getattr to hasattr (*xiong-ma*) + - [[```2370dd6b```](https://github.com/jina-ai/jina/commit/2370dd6b046d7cc7ca14f98055a967e22200bb96)] __-__ __transformer__: fix cls embedding (*xiong-ma*) + +### 📗 Documentation + + - [[```b4bf44d4```](https://github.com/jina-ai/jina/commit/b4bf44d441d4a48c485bad499cd6e8c0e276a9da)] __-__ __executors__: fix a typo (*Nan Wang*) + - [[```db8e00bc```](https://github.com/jina-ai/jina/commit/db8e00bcbd3b057e8b6dba6ce0dc2e022a9dbc23)] __-__ __executors__: add more docs (*Nan Wang*) + - [[```b147a1ed```](https://github.com/jina-ai/jina/commit/b147a1edccd9e857cda3b4ea66f52741b931382e)] __-__ __executors__: fix the doc for the Sentencizer (*Nan Wang*) + +### 🏁 Unit Test and CICD + + - [[```d9f628ad```](https://github.com/jina-ai/jina/commit/d9f628ada4daf191ada631ee1fc204ade853252e)] __-__ fix dir path add dep to contrib md (*Han Xiao*) + +### 🍹 Other Improvements + + - [[```15380fa6```](https://github.com/jina-ai/jina/commit/15380fa697d5e88d590fc17472330cd34c6972e7)] __-__ hotfix include extra req to manifest (*Han Xiao*) + - [[```21e574b9```](https://github.com/jina-ai/jina/commit/21e574b9ed0f4d1f6b2f94cddad3d711ddf95972)] __-__ __docs__: update TOC (*Jina Dev Bot*) + - [[```28202863```](https://github.com/jina-ai/jina/commit/2820286360ad40b4b706488559e713272575c63a)] __-__ __version__: bumping version to 0.1.11 (*Jina Dev Bot*) + diff --git a/jina/__init__.py b/jina/__init__.py index 0c8c8f2f07d8d..4ac0a97ee093d 100644 --- a/jina/__init__.py +++ b/jina/__init__.py @@ -3,7 +3,7 @@ # do not change this line manually # this is managed by git tag and updated on every release -__version__ = '0.1.11' +__version__ = '0.1.12' # do not change this line manually # this is managed by proto/build-proto.sh and updated on every execution