From 5865e740a6b362b62fa16c7e60db72d9ae81f18d Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 16 Apr 2024 12:47:02 +0000 Subject: [PATCH] chore(release): 0.5.0 [skip ci] Automatically generated by semantic-release --- CHANGELOG.md | 13 +++++++++++++ deployer/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11ee426..d8b2373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 <elie.trigano@artefact.com> ([`f937dfe`](https://github.com/artefactory/vertex-pipelines-deployer/commit/f937dfe95a144907ce66f951e2b5c12619966acb)) + + ## 0.4.4 (2024-04-12) ### Build diff --git a/deployer/__init__.py b/deployer/__init__.py index cd1ee63..3d18726 100644 --- a/deployer/__init__.py +++ b/deployer/__init__.py @@ -1 +1 @@ -__version__ = "0.4.4" +__version__ = "0.5.0" diff --git a/pyproject.toml b/pyproject.toml index 2814384..9033e04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",