Skip to content

Commit

Permalink
chore(version): the next version will be 0.2.13
Browse files Browse the repository at this point in the history
build(npitsillos): Adds support to validate a flow before deployment
  • Loading branch information
jina-bot committed Jun 15, 2023
1 parent 8da809d commit 88e1a81
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Expand Up @@ -52,6 +52,7 @@






<a name=release-note-0-0-2></a>
Expand Down Expand Up @@ -1259,3 +1260,26 @@
- [[```ea4b75db```](https://github.com/jina-ai/jcloud/commit/ea4b75db8d85f578e85fa6d350094d081b538994)] __-__ Take out survey (#152) (*Jackmin801*)
- [[```bd5057ea```](https://github.com/jina-ai/jcloud/commit/bd5057eadd272de16539a0cb8abc7117f18bc1bd)] __-__ __version__: the next version will be 0.2.11 (*Jina Dev Bot*)

<a name=release-note-0-2-12></a>
## Release Note (`0.2.12`)

> Release time: 2023-06-15 13:35:13


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


### 🆕 New Features

- [[```8da809df```](https://github.com/jina-ai/jcloud/commit/8da809dfdceb6fb02cf4fe4de1a628f171cb4b21)] __-__ check flow is valid before deployment (#154) (*Nikolas Pitsillos*)

### 🐞 Bug fixes

- [[```dfc49bff```](https://github.com/jina-ai/jcloud/commit/dfc49bff9b1f251818835a7bcdf49af79abaf8a5)] __-__ parse jcloud labels as str (#150) (*Nikolas Pitsillos*)

### 🍹 Other Improvements

- [[```6bd01a5f```](https://github.com/jina-ai/jcloud/commit/6bd01a5fb9c04a6ab174c1441710401b5ef46499)] __-__ __version__: the next version will be 0.2.12 (*Jina Dev Bot*)

2 changes: 1 addition & 1 deletion jcloud/__init__.py
@@ -1 +1 @@
__version__ = '0.2.12'
__version__ = '0.2.13'

0 comments on commit 88e1a81

Please sign in to comment.