Skip to content

Commit e41551a

Browse files
author
github-actions
committed
chore(release): 0.5.3
[skip ci] Automatically generated by semantic-release
1 parent 2c53ecc commit e41551a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

33

44

5+
## 0.5.3 (2024-07-04)
6+
7+
### Fix
8+
9+
* fix: pydantic update 2.8.0 (#197) ([`0127301`](https://github.com/artefactory/vertex-pipelines-deployer/commit/01273017a31dd378c095f3256c301327f78a1ef6))
10+
11+
512
## 0.5.2 (2024-06-14)
613

714
### Enhancements

deployer/__init__.py

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

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.2"
3+
version = "0.5.3"
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)