Skip to content

Commit

Permalink
chore(version): the next version will be 0.5.2
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out fix
  • Loading branch information
jina-bot committed Feb 3, 2022
1 parent 4c05919 commit f3f3de4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@






<a name=release-note-0-1-1></a>
Expand Down Expand Up @@ -472,3 +473,34 @@
- [[```9ba25f83```](https://github.com/jina-ai/docarray/commit/9ba25f83c2697182a46135984bc5c883734ad866)] __-__ finish storage document array todos (#90) (*AlaeddineAbdessalem*)
- [[```4c81e6d5```](https://github.com/jina-ai/docarray/commit/4c81e6d534040d00127cdbc720cc6be3051aeb6d)] __-__ __version__: the next version will be 0.4.5 (*Jina Dev Bot*)

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

> Release time: 2022-02-03 18:10:42


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


### πŸ†• New Features

- [[```569f8716```](https://github.com/jina-ai/docarray/commit/569f8716ae1000e662c4251e63f34d9a9c91a56e)] __-__ allow empty to get kwargs (#91) (*David Buchaca Prats*)

### ⚑ Performance Improvements

- [[```4c05919a```](https://github.com/jina-ai/docarray/commit/4c05919a97e8f19439405434d553f6794242863c)] __-__ implement append to avoid invalidating id2offset (#94) (*AlaeddineAbdessalem*)

### 🐞 Bug fixes

- [[```bd343d8c```](https://github.com/jina-ai/docarray/commit/bd343d8c1ca8ddf8e30361b7d572c2368824ad45)] __-__ fix summary for storage backends (#92) (*AlaeddineAbdessalem*)

### πŸ“— Documentation

- [[```8db14ffb```](https://github.com/jina-ai/docarray/commit/8db14ffbcb480c6a69102e0c13aa6cd5b0ff7f69)] __-__ __store__: add documentation for storage backend (#95) (*Han Xiao*)

### 🍹 Other Improvements

- [[```74ce8610```](https://github.com/jina-ai/docarray/commit/74ce8610fc4a39a9e7e6b1c669c3a48b5f71a97b)] __-__ __version__: the next version will be 0.5.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.5.1'
__version__ = '0.5.2'

from .document import Document
from .array import DocumentArray

0 comments on commit f3f3de4

Please sign in to comment.