Skip to content

Commit

Permalink
chore(version): the next version will be 0.11.2
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out fix
  • Loading branch information
jina-bot committed Mar 31, 2022
1 parent ee3ac16 commit 527ffcc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@






<a name=release-note-0-1-1></a>
Expand Down Expand Up @@ -1634,3 +1635,25 @@
- [[```d3eb591b```](https://github.com/jina-ai/docarray/commit/d3eb591be75a6d9490aca1cb17fc9e8a5c34badc)] __-__ __docs__: add remark for cpu-gpu map (*Han Xiao*)
- [[```f7defbcd```](https://github.com/jina-ai/docarray/commit/f7defbcd501a1a303c098676220211a9751cc7e0)] __-__ __version__: the next version will be 0.10.6 (*Jina Dev Bot*)

<a name=release-note-0-11-1></a>
## Release Note (`0.11.1`)

> Release time: 2022-03-31 14:15:10


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


### 🐞 Bug fixes

- [[```1762acc7```](https://github.com/jina-ai/docarray/commit/1762acc7536ecda896fc5c9547d64120bbd25893)] __-__ __document__: fix embedding display with rich (#245) (*Han Xiao*)
- [[```0cae644f```](https://github.com/jina-ai/docarray/commit/0cae644fc937452d36e3fbf584dd0f2657dbcd89)] __-__ remove flakyness from elastic tests (#243) (*AlaeddineAbdessalem*)

### 🍹 Other Improvements

- [[```ee3ac166```](https://github.com/jina-ai/docarray/commit/ee3ac1666771ff9572b1715a4e0a4c4240b96ca4)] __-__ fix docs (*Han Xiao*)
- [[```8bb70c2e```](https://github.com/jina-ai/docarray/commit/8bb70c2e72d33bf28875ef832cd5bcb92d398655)] __-__ fix readme (*Han Xiao*)
- [[```4722268e```](https://github.com/jina-ai/docarray/commit/4722268ebf1d0db8924bd3657fdd089ce3c8172a)] __-__ __version__: the next version will be 0.11.1 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion docarray/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.11.1'
__version__ = '0.11.2'

import os

Expand Down

0 comments on commit 527ffcc

Please sign in to comment.