Skip to content

Commit

Permalink
chore(version): the next version will be 0.14.5
Browse files Browse the repository at this point in the history
build(JoanFM): fix plot bug
  • Loading branch information
jina-bot committed Aug 2, 2022
1 parent 30486b2 commit 07123fa
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@






<a name=release-note-0-1-1></a>
Expand Down Expand Up @@ -2857,3 +2858,22 @@

- [[```889b2ad8```](https://github.com/jina-ai/docarray/commit/889b2ad88ddfb3a1ccaa4ebd95d4fc2f3e2b7b7a)] __-__ __version__: the next version will be 0.14.3 (*Jina Dev Bot*)

<a name=release-note-0-14-4></a>
## Release Note (`0.14.4`)

> Release time: 2022-08-02 15:34:45


🙇 We'd like to thank all contributors for this new release! In particular,
Joan Fontanals, Jina Dev Bot, 🙇


### 🐞 Bug fixes

- [[```30486b2a```](https://github.com/jina-ai/docarray/commit/30486b2a6eb9f7517a8e93018883c6257853ea80)] __-__ fix plot bug recompute size (#468) (*Joan Fontanals*)

### 🍹 Other Improvements

- [[```f5887584```](https://github.com/jina-ai/docarray/commit/f5887584f921db2789822590bc9b70b013970477)] __-__ __version__: the next version will be 0.14.4 (*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.14.4'
__version__ = '0.14.5'

import os

Expand Down

0 comments on commit 07123fa

Please sign in to comment.