Skip to content

Commit

Permalink
chore(version): the next version will be 0.6.4
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out fix
  • Loading branch information
jina-bot committed Feb 14, 2022
1 parent 82d035d commit 97866c6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@






<a name=release-note-0-1-1></a>
Expand Down Expand Up @@ -630,3 +631,22 @@
- [[```b9061998```](https://github.com/jina-ai/docarray/commit/b90619980b5f7c570cae21a3ede5cc71bf4cf2ef)] __-__ remove unused file (*Han Xiao*)
- [[```d6b4e3e4```](https://github.com/jina-ai/docarray/commit/d6b4e3e44afd06a0a858322abec0a9dcc7e567bd)] __-__ __version__: the next version will be 0.6.2 (*Jina Dev Bot*)

<a name=release-note-0-6-3></a>
## Release Note (`0.6.3`)

> Release time: 2022-02-14 13:04:52


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


### 🐞 Bug fixes

- [[```82d035dd```](https://github.com/jina-ai/docarray/commit/82d035dd0a3dadd4d0350ba6db78fdb29cee5291)] __-__ no newline argument for windows (#113) (*Joan Fontanals*)

### 🍹 Other Improvements

- [[```deaa2ab4```](https://github.com/jina-ai/docarray/commit/deaa2ab4aa0a198dc56ead62318f2659f05e78df)] __-__ __version__: the next version will be 0.6.3 (*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.6.3'
__version__ = '0.6.4'

from .document import Document
from .array import DocumentArray

0 comments on commit 97866c6

Please sign in to comment.