Skip to content

Commit

Permalink
chore(version): the next version will be 0.4.1
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out feature
  • Loading branch information
jina-bot committed Jan 19, 2022
1 parent fcfddd3 commit c6e1b9f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@




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

Expand Down Expand Up @@ -332,3 +333,23 @@

- [[```624b5032```](https://github.com/jina-ai/docarray/commit/624b5032a03863217f04997bfabb13cae438de20)] __-__ __version__: the next version will be 0.3.3 (*Jina Dev Bot*)

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

> Release time: 2022-01-19 14:03:45


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


### 🆕 New Features

- [[```a97bd8f9```](https://github.com/jina-ai/docarray/commit/a97bd8f9055b4b232ca2dadcd3a1ff961e366a64)] __-__ v1 streaming protocol (#62) (*David Buchaca Prats*)

### 🍹 Other Improvements

- [[```fcfddd3b```](https://github.com/jina-ai/docarray/commit/fcfddd3bc36b8db89bd761856807bb952d29a6e5)] __-__ __docs__: fix typo in docs (*Han Xiao*)
- [[```8503535f```](https://github.com/jina-ai/docarray/commit/8503535ff9d26674a499d79f65eb997a5548919b)] __-__ __version__: the next version will be 0.3.4 (*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.4.0'
__version__ = '0.4.1'

from .document import Document
from .array import DocumentArray

0 comments on commit c6e1b9f

Please sign in to comment.