Skip to content

Commit

Permalink
chore(version): the next version will be 0.1.8
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out fix
  • Loading branch information
jina-bot committed Jan 13, 2022
1 parent 107d227 commit d764341
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 @@ -6,6 +6,7 @@




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

Expand Down Expand Up @@ -168,3 +169,32 @@
- [[```2761fff8```](https://github.com/jina-ai/docarray/commit/2761fff8e4d8bba620f3846d47ae877050ca74e5)] __-__ __docs__: fix docs what-is (*Han Xiao*)
- [[```f248a346```](https://github.com/jina-ai/docarray/commit/f248a346a50af5ffb654d9e4482ebcda45d8efa6)] __-__ __version__: the next version will be 0.1.6 (*Jina Dev Bot*)

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

> Release time: 2022-01-13 11:49:47


πŸ™‡ We'd like to thank all contributors for this new release! In particular,
Zhaofeng Miao, David Buchaca Prats, Han Xiao, Alex Cureton-Griffiths, Jina Dev Bot, πŸ™‡


### πŸ†• New Features

- [[```edf836d6```](https://github.com/jina-ai/docarray/commit/edf836d6f486dea25d146c0c37af0b9235ee6665)] __-__ better jupyter notebook support (#44) (*Han Xiao*)

### 🐞 Bug fixes

- [[```107d2276```](https://github.com/jina-ai/docarray/commit/107d227671fdbf714ecdc3986828e255ab453eff)] __-__ __pushpull__: allow uploading docarray max size 4GB (#43) (*Zhaofeng Miao*)
- [[```97725ed8```](https://github.com/jina-ai/docarray/commit/97725ed8c0585c3422c33b84c1584d5dcbd125ea)] __-__ single doc set in docarray (#42) (*David Buchaca Prats*)

### πŸ“— Documentation

- [[```995dbd3a```](https://github.com/jina-ai/docarray/commit/995dbd3a53ba3d4c172ea675b138049b9572676e)] __-__ __readme__: polish (#16) (*Alex Cureton-Griffiths*)

### 🍹 Other Improvements

- [[```0a88bebc```](https://github.com/jina-ai/docarray/commit/0a88bebcb1957ef03e1c739704c349a37f15e206)] __-__ update readme (*Han Xiao*)
- [[```d41e271f```](https://github.com/jina-ai/docarray/commit/d41e271fd6660aa3b68afc7036f9796b3a3207fe)] __-__ __version__: the next version will be 0.1.7 (*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.1.7'
__version__ = '0.1.8'

from .document import Document
from .array import DocumentArray

0 comments on commit d764341

Please sign in to comment.