Skip to content

Commit 8098eeb

Browse files
committed
chore(version): the next version will be 0.2.1
build(hanxiao): rolling out bc
1 parent f27c40c commit 8098eeb

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99

1010

11+
1112
<a name=release-note-0-1-1></a>
1213
## Release Note (`0.1.1`)
1314

@@ -225,3 +226,25 @@
225226
- [[```b3debdea```](https://github.com/jina-ai/docarray/commit/b3debdeacb650e0b794fedf9ce92a3f6db559bc9)] __-__ __docs__: support pydantic data model (*Han Xiao*)
226227
- [[```d764341e```](https://github.com/jina-ai/docarray/commit/d764341e0957d3f0732551cc841ad6c63cb9a0b2)] __-__ __version__: the next version will be 0.1.8 (*Jina Dev Bot*)
227228

229+
<a name=release-note-0-2-0></a>
230+
## Release Note (`0.2.0`)
231+
232+
> Release time: 2022-01-16 12:56:12
233+
234+
235+
236+
🙇 We'd like to thank all contributors for this new release! In particular,
237+
Han Xiao, Jina Dev Bot, 🙇
238+
239+
240+
### 🧼 Code Refactoring
241+
242+
- [[```5b2ea94d```](https://github.com/jina-ai/docarray/commit/5b2ea94d16e0e855c9957c8cab5d57ee3b3431d1)] __-__ change content field name (#53) (*Han Xiao*)
243+
- [[```fca35a0e```](https://github.com/jina-ai/docarray/commit/fca35a0e1f695b523f6a1b2340243f9f393e0231)] __-__ __array__: use extend in add improve docs (#51) (*Han Xiao*)
244+
245+
### 🍹 Other Improvements
246+
247+
- [[```f27c40cc```](https://github.com/jina-ai/docarray/commit/f27c40cc5c3355258d60fffe78c046050ca044da)] __-__ bump to 0.2 (*Han Xiao*)
248+
- [[```03fa1201```](https://github.com/jina-ai/docarray/commit/03fa1201a0c46dd3eb51a890eb2d589bfca72433)] __-__ update docs (*Han Xiao*)
249+
- [[```cfd74703```](https://github.com/jina-ai/docarray/commit/cfd747033c41a5be805909813ca2db62cac0fbe5)] __-__ __version__: the next version will be 0.1.9 (*Jina Dev Bot*)
250+

docarray/__init__.py

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

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

0 commit comments

Comments
 (0)