From ce94f41f30889a7882182c0128dc4e9d3d6abdb2 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 11 Oct 2024 20:26:14 +0000 Subject: [PATCH] chore(release): 0.5.4 [skip ci] Automatically generated by semantic-release --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ deployer/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b41103..815dc15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ +## 0.5.4 (2024-10-11) + +### Build + +* build(deps): add compatibility with python up to 3.12 (#192) ([`76cd116`](https://github.com/artefactory/vertex-pipelines-deployer/commit/76cd116cdee8778b387616bc1b4aa1912d992e55)) + +* build(deps-dev): update ruff requirement from ^0.3 to >=0.3,<0.6 (#196) ([`03549f7`](https://github.com/artefactory/vertex-pipelines-deployer/commit/03549f799de52fd2f95e205d2046fd6fd06cac4f)) + +* build(deps-dev): update pytest-cov requirement from ^4.1 to ^5.0 (#168) ([`d0305ec`](https://github.com/artefactory/vertex-pipelines-deployer/commit/d0305ec9fc2902e61d79939bb75a4ed3a63eaf0a)) + +### Ci + +* ci: update semantic release branches rules (#207) ([`48ab5f7`](https://github.com/artefactory/vertex-pipelines-deployer/commit/48ab5f7f809dd2ede185110c22d5653cdf7f1448)) + +### Documentation + +* docs: update to skaff style (#210) ([`ab5fb2f`](https://github.com/artefactory/vertex-pipelines-deployer/commit/ab5fb2fdd5387f24e9b9024e72bdfa51908a97d6)) + +### Enhancements + +* enh: ask for config file type in init (#206) ([`79a66e2`](https://github.com/artefactory/vertex-pipelines-deployer/commit/79a66e28e1b6c71990b19e30b34b7ff4504defa5)) + +### Fix + +* fix: yaml and init templates (#205) ([`0885793`](https://github.com/artefactory/vertex-pipelines-deployer/commit/0885793b4898eb6fcd8255a291ffef661e030725)) + + ## 0.5.3 (2024-07-04) ### Fix diff --git a/deployer/__init__.py b/deployer/__init__.py index 43a1e95..6b27eee 100644 --- a/deployer/__init__.py +++ b/deployer/__init__.py @@ -1 +1 @@ -__version__ = "0.5.3" +__version__ = "0.5.4" diff --git a/pyproject.toml b/pyproject.toml index f1726f7..f139f33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vertex-deployer" -version = "0.5.3" +version = "0.5.4" description = "Check, compile, upload, run, and schedule Kubeflow Pipelines on GCP Vertex AI in a standardized manner." authors = [ "artefactory ",