Skip to content

Commit 5865e74

Browse files
author
github-actions
committed
chore(release): 0.5.0
[skip ci] Automatically generated by semantic-release
1 parent 73589ad commit 5865e74

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

33

44

5+
## 0.5.0 (2024-04-16)
6+
7+
### Documentation
8+
9+
* docs: improve readme badges (#180) ([`8e1faf8`](https://github.com/artefactory/vertex-pipelines-deployer/commit/8e1faf87f01a2cf060f05e6702165ad3943cc1f6))
10+
11+
### Feature
12+
13+
* feat: improve init (#173)
14+
15+
Co-authored-by: Elie Trigano <elie.trigano@artefact.com> ([`f937dfe`](https://github.com/artefactory/vertex-pipelines-deployer/commit/f937dfe95a144907ce66f951e2b5c12619966acb))
16+
17+
518
## 0.4.4 (2024-04-12)
619

720
### Build

deployer/__init__.py

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

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.4.4"
3+
version = "0.5.0"
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)