Skip to content

Commit f0d222d

Browse files
committed
chore(version): the next version will be 0.1.5
build(hanxiao): add base64
1 parent 74b9405 commit f0d222d

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44

55

6+
67
<a name=release-note-0-1-1></a>
78
## Release Note (`0.1.1`)
89

@@ -97,3 +98,29 @@
9798
- [[```d703b2be```](https://github.com/jina-ai/docarray/commit/d703b2be3b507fdf218d472c45ff76aa7add4db4)] __-__ fix readme (*Han Xiao*)
9899
- [[```a571e003```](https://github.com/jina-ai/docarray/commit/a571e003c3961519a6eb93c8718d6929febb4110)] __-__ __version__: the next version will be 0.1.3 (*Jina Dev Bot*)
99100

101+
<a name=release-note-0-1-4></a>
102+
## Release Note (`0.1.4`)
103+
104+
> Release time: 2022-01-11 17:59:01
105+
106+
107+
108+
🙇 We'd like to thank all contributors for this new release! In particular,
109+
Han Xiao, Joan Fontanals, Jina Dev Bot, 🙇
110+
111+
112+
### 🆕 New Features
113+
114+
- [[```74b9405a```](https://github.com/jina-ai/docarray/commit/74b9405a76707f04ac380b0e5883e82118896571)] __-__ add serialization to base64 (#33) (*Han Xiao*)
115+
116+
### 🐞 Bug fixes
117+
118+
- [[```5c1fb558```](https://github.com/jina-ai/docarray/commit/5c1fb5582a8645be7ebddc9f165670edede1a725)] __-__ fix match score (#32) (*Joan Fontanals*)
119+
- [[```3a906db9```](https://github.com/jina-ai/docarray/commit/3a906db911c3b80b9adab07a1b591b08a6da6d1f)] __-__ __array__: remove the support of singleton boolean index (#31) (*Han Xiao*)
120+
- [[```79ad2362```](https://github.com/jina-ai/docarray/commit/79ad2362df1e67d401dac19e1af5156c7959aaea)] __-__ __array__: fix edge case on single boolean index (#28) (*Han Xiao*)
121+
122+
### 🍹 Other Improvements
123+
124+
- [[```beeb3226```](https://github.com/jina-ai/docarray/commit/beeb3226b61f52c51d1c8c00d69fc5b1c47cd6cf)] __-__ __docs__: add comparision to awkarray and zarr (*Han Xiao*)
125+
- [[```8c39f51c```](https://github.com/jina-ai/docarray/commit/8c39f51c933653ee21b476bf25ef1288c25d4f9a)] __-__ __version__: the next version will be 0.1.4 (*Jina Dev Bot*)
126+

docarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.1.4'
1+
__version__ = '0.1.5'
22

33
from .document import Document
44
from .array import DocumentArray

0 commit comments

Comments
 (0)