Skip to content

Commit

Permalink
chore(version): bumping version to 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jina-bot committed Jun 21, 2020
1 parent 94322a8 commit 79b302c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@






# Change Logs
Expand Down Expand Up @@ -1641,3 +1642,32 @@ Jina is released on every Friday evening. The PyPi package and Docker Image will
- [[```ca6ac545```](https://github.com/jina-ai/jina/commit/ca6ac545937521b1e499e15b7073ee33a3b4b3de)] __-__ __version__: bumping version to 0.2.7 (*Jina Dev Bot*)
- [[```f92a914e```](https://github.com/jina-ai/jina/commit/f92a914ec260729123ad4783fc4223618db7e6cb)] __-__ update copyright header (*Jina Dev Bot*)

## Release Note (`0.2.9`)

> Release time: 2020-06-21 10:06:44


🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Jina Dev Bot, fhaase2, 🙇


### 🆕 New Features

- [[```bf231280```](https://github.com/jina-ai/jina/commit/bf23128094f523bb781ba046dfa14df64cad8ce3)] __-__ __encoders__: add universal sentence encoder (*fhaase2*)

### 🐞 Bug fixes

- [[```020c92b2```](https://github.com/jina-ai/jina/commit/020c92b26c5c28c149356a603f86c4ecb4e7d100)] __-__ __pea__: fix except handling in pea (*Han Xiao*)

### 🏁 Unit Test and CICD

- [[```88a67412```](https://github.com/jina-ai/jina/commit/88a6741245e76186e707e5d1481b9a37273b4034)] __-__ __drivers__: add test for prune driver (*fhaase2*)

### 🍹 Other Improvements

- [[```94322a8d```](https://github.com/jina-ai/jina/commit/94322a8d50b6e0b666c04ca4a3c43c108fa8bb57)] __-__ hotfix error handling (*Han Xiao*)
- [[```ae9832e8```](https://github.com/jina-ai/jina/commit/ae9832e842bcf8436ee6490d6f0a0963f9e8b167)] __-__ update copyright header (*Jina Dev Bot*)
- [[```cd57b690```](https://github.com/jina-ai/jina/commit/cd57b690a3d4a492475314ad64a90f8da568b352)] __-__ __docs__: update TOC (*Jina Dev Bot*)
- [[```4ab91693```](https://github.com/jina-ai/jina/commit/4ab91693c2d51a35eca3cf6c187034e0568b0ac9)] __-__ __version__: bumping version to 0.2.9 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion jina/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# do not change this line manually
# this is managed by git tag and updated on every release
__version__ = '0.2.9'
__version__ = '0.2.10'

# do not change this line manually
# this is managed by proto/build-proto.sh and updated on every execution
Expand Down

0 comments on commit 79b302c

Please sign in to comment.