Skip to content

Commit ce94f41

Browse files
author
github-actions
committed
chore(release): 0.5.4
[skip ci] Automatically generated by semantic-release
1 parent f69c52c commit ce94f41

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33

44

5+
## 0.5.4 (2024-10-11)
6+
7+
### Build
8+
9+
* build(deps): add compatibility with python up to 3.12 (#192) ([`76cd116`](https://github.com/artefactory/vertex-pipelines-deployer/commit/76cd116cdee8778b387616bc1b4aa1912d992e55))
10+
11+
* 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))
12+
13+
* build(deps-dev): update pytest-cov requirement from ^4.1 to ^5.0 (#168) ([`d0305ec`](https://github.com/artefactory/vertex-pipelines-deployer/commit/d0305ec9fc2902e61d79939bb75a4ed3a63eaf0a))
14+
15+
### Ci
16+
17+
* ci: update semantic release branches rules (#207) ([`48ab5f7`](https://github.com/artefactory/vertex-pipelines-deployer/commit/48ab5f7f809dd2ede185110c22d5653cdf7f1448))
18+
19+
### Documentation
20+
21+
* docs: update to skaff style (#210) ([`ab5fb2f`](https://github.com/artefactory/vertex-pipelines-deployer/commit/ab5fb2fdd5387f24e9b9024e72bdfa51908a97d6))
22+
23+
### Enhancements
24+
25+
* enh: ask for config file type in init (#206) ([`79a66e2`](https://github.com/artefactory/vertex-pipelines-deployer/commit/79a66e28e1b6c71990b19e30b34b7ff4504defa5))
26+
27+
### Fix
28+
29+
* fix: yaml and init templates (#205) ([`0885793`](https://github.com/artefactory/vertex-pipelines-deployer/commit/0885793b4898eb6fcd8255a291ffef661e030725))
30+
31+
532
## 0.5.3 (2024-07-04)
633

734
### Fix

deployer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.3"
1+
__version__ = "0.5.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vertex-deployer"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "Check, compile, upload, run, and schedule Kubeflow Pipelines on GCP Vertex AI in a standardized manner."
55
authors = [
66
"artefactory <jules.bertrand@artefact.com>",

0 commit comments

Comments
 (0)