From 6d238fac7a8f30c1673d22328c8e8dbf41e84738 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 14 Jun 2024 07:09:46 +0000 Subject: [PATCH] chore(release): 0.5.2 [skip ci] Automatically generated by semantic-release --- CHANGELOG.md | 7 +++++++ deployer/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc63f5..b01ce1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## 0.5.2 (2024-06-14) + +### Enhancements + +* enh: add yaml support (#193) ([`d00f518`](https://github.com/artefactory/vertex-pipelines-deployer/commit/d00f518d0e7f386c418442878d913f907c0ed46c)) + + ## 0.5.1 (2024-06-06) ### Chore diff --git a/deployer/__init__.py b/deployer/__init__.py index dd9b22c..7225152 100644 --- a/deployer/__init__.py +++ b/deployer/__init__.py @@ -1 +1 @@ -__version__ = "0.5.1" +__version__ = "0.5.2" diff --git a/pyproject.toml b/pyproject.toml index abbd129..36221b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vertex-deployer" -version = "0.5.1" +version = "0.5.2" description = "Check, compile, upload, run, and schedule Kubeflow Pipelines on GCP Vertex AI in a standardized manner." authors = [ "artefactory ",