-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip ci] Automatically generated by semantic-release
- Loading branch information
github-actions
committed
Apr 16, 2024
1 parent
73589ad
commit 5865e74
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,19 @@ | |
|
||
|
||
|
||
## 0.5.0 (2024-04-16) | ||
|
||
### Documentation | ||
|
||
* docs: improve readme badges (#180) ([`8e1faf8`](https://github.com/artefactory/vertex-pipelines-deployer/commit/8e1faf87f01a2cf060f05e6702165ad3943cc1f6)) | ||
|
||
### Feature | ||
|
||
* feat: improve init (#173) | ||
|
||
Co-authored-by: Elie Trigano <[email protected]> ([`f937dfe`](https://github.com/artefactory/vertex-pipelines-deployer/commit/f937dfe95a144907ce66f951e2b5c12619966acb)) | ||
|
||
|
||
## 0.4.4 (2024-04-12) | ||
|
||
### Build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.4.4" | ||
__version__ = "0.5.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "vertex-deployer" | ||
version = "0.4.4" | ||
version = "0.5.0" | ||
description = "Check, compile, upload, run, and schedule Kubeflow Pipelines on GCP Vertex AI in a standardized manner." | ||
authors = [ | ||
"artefactory <[email protected]>", | ||
|