Skip to content

Commit

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






<a name=release-note-0-1-1></a>
Expand Down Expand Up @@ -1055,3 +1056,28 @@

- [[```a4e5a387```](https://github.com/jina-ai/docarray/commit/a4e5a3879b9680f26781aa90eb6f52423ba4dc14)] __-__ __version__: the next version will be 0.8.12 (*Jina Dev Bot*)

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

> Release time: 2022-03-08 09:32:57


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


### ⚡ Performance Improvements

- [[```c02a97a7```](https://github.com/jina-ai/docarray/commit/c02a97a771e2196c2fe444f07c0fecd97ecc33b7)] __-__ improve doc init speed (#179) (*Han Xiao*)

### 📗 Documentation

- [[```5078e1e4```](https://github.com/jina-ai/docarray/commit/5078e1e44edf725332cfd1d7d3590875939fdff1)] __-__ fix field value in annlite construction (#178) (*David Buchaca Prats*)

### 🍹 Other Improvements

- [[```a045b376```](https://github.com/jina-ai/docarray/commit/a045b376f0382360221f471e60a9d6329defd327)] __-__ add docstr for filter function (#177) (*felix-wang*)
- [[```fbde0622```](https://github.com/jina-ai/docarray/commit/fbde0622d1404e01ab9c04ae066ddccaeaa62939)] __-__ update docs (*Han Xiao*)
- [[```3cf7d776```](https://github.com/jina-ai/docarray/commit/3cf7d77650eb80fa898269b1636602575d187cc1)] __-__ __version__: the next version will be 0.9.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.9.1'
__version__ = '0.9.2'

from .document import Document
from .array import DocumentArray

0 comments on commit 2a6d44c

Please sign in to comment.