Skip to content

Commit a81dfda

Browse files
author
github-actions
committed
chore(release): 0.5.1
[skip ci] Automatically generated by semantic-release
1 parent 9be89db commit a81dfda

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

33

44

5+
## 0.5.1 (2024-06-06)
6+
7+
### Chore
8+
9+
* chore: ak repo explo (#186) ([`20e6665`](https://github.com/artefactory/vertex-pipelines-deployer/commit/20e6665275c1b1ae7f8a132582699d5f87a67c23))
10+
11+
### Ci
12+
13+
* ci: set python semantic release version ([`9be89db`](https://github.com/artefactory/vertex-pipelines-deployer/commit/9be89dbff44972e314b89ced04ee6848133466aa))
14+
15+
### Enhancements
16+
17+
* enh: rename pipeline UI (#187) ([`7b1ae60`](https://github.com/artefactory/vertex-pipelines-deployer/commit/7b1ae60847bde41b76c5e58827a7b1623bd6f0d5))
18+
19+
### Unknown
20+
21+
* improvement: add tests init (#182)
22+
23+
Co-authored-by: Elie Trigano <elie.trigano@artefact.com> ([`89f9701`](https://github.com/artefactory/vertex-pipelines-deployer/commit/89f97019f4ee877eda067756dc44d11eb98a8802))
24+
25+
526
## 0.5.0 (2024-04-16)
627

728
### Documentation

deployer/__init__.py

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

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.0"
3+
version = "0.5.1"
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)