Skip to content

Commit

Permalink
chore(version): the next version will be 0.11.4
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out fix
  • Loading branch information
jina-bot committed Apr 5, 2022
1 parent 3025a42 commit 08d5dde
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@






<a name=release-note-0-1-1></a>
Expand Down Expand Up @@ -1682,3 +1683,38 @@
- [[```10fa6b83```](https://github.com/jina-ai/docarray/commit/10fa6b83b9b15152353508ae887c9cc217de55a9)] __-__ fix readme (*Han Xiao*)
- [[```527ffccc```](https://github.com/jina-ai/docarray/commit/527ffcccf2ae1dfc5782db27913f0ec8a083664f)] __-__ __version__: the next version will be 0.11.2 (*Jina Dev Bot*)

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

> Release time: 2022-04-05 20:04:57


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


### πŸ†• New Features

- [[```ab7aebd2```](https://github.com/jina-ai/docarray/commit/ab7aebd2a03c53267b4ff27aca46160367cd4426)] __-__ __hubble__: push/pull user authentication (#238) (*Delgermurun*)

### 🐞 Bug fixes

- [[```57213910```](https://github.com/jina-ai/docarray/commit/57213910019cf77dfa59e23a817e177bed5a770c)] __-__ torch store embedding (#247) (*David Buchaca Prats*)

### 🧼 Code Refactoring

- [[```3025a421```](https://github.com/jina-ai/docarray/commit/3025a4214b7bf1a6b69bcbc4d95e4701ffca84f4)] __-__ __array__: remove customize error (#254) (*Han Xiao*)
- [[```50c14b14```](https://github.com/jina-ai/docarray/commit/50c14b1424d14ed6d61371ad0f2f1bb70a9e4e15)] __-__ __dataclass__: fix types registry to lambda (#252) (*Han Xiao*)
- [[```7d4b022a```](https://github.com/jina-ai/docarray/commit/7d4b022a52adcf32a0221f20d2c014000f6a7465)] __-__ __dataclass__: fix types registry to lambda (#251) (*Han Xiao*)
- [[```c78d6acd```](https://github.com/jina-ai/docarray/commit/c78d6acd31aa04e161c543cac8eb563147b330e7)] __-__ __document__: styling and minor refactor on dataclass (#249) (*Han Xiao*)

### 🏁 Unit Test and CICD

- [[```d1ed4290```](https://github.com/jina-ai/docarray/commit/d1ed4290d7a1984fe5e78be9471bbecd49086a94)] __-__ qdrant broken pipe error (#250) (*AlaeddineAbdessalem*)

### 🍹 Other Improvements

- [[```225fafe4```](https://github.com/jina-ai/docarray/commit/225fafe40763bf00e0fe904a6d8d8ceb0650816f)] __-__ __docs__: fix docs (*Han Xiao*)
- [[```83881e24```](https://github.com/jina-ai/docarray/commit/83881e24a9c0c910a11d9ad0ff8cf82c5c494068)] __-__ __version__: the next version will be 0.11.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.11.3'
__version__ = '0.11.4'

import os

Expand Down

0 comments on commit 08d5dde

Please sign in to comment.