Skip to content

Commit

Permalink
chore(release): 0.4.3
Browse files Browse the repository at this point in the history
[skip ci]
Automatically generated by semantic-release
  • Loading branch information
github-actions committed Mar 1, 2024
1 parent 4d79e44 commit 4de448d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@



## 0.4.3 (2024-03-01)

### Ci

* ci: fix deploy docs workflow trigger (#156) ([`32351db`](https://github.com/artefactory/vertex-pipelines-deployer/commit/32351dbae8b7cc41393a166371fd9ff77a41a004))

### Fix

* fix: instanciate list only if not ixisting when paring errors (#161) ([`16028a2`](https://github.com/artefactory/vertex-pipelines-deployer/commit/16028a21c48a45794438a5af8fe997cd06b5351c))

* fix: inspect value empty for defaults in check cmd (#159) ([`5536f67`](https://github.com/artefactory/vertex-pipelines-deployer/commit/5536f676968f88ef206d89f8418ec6d120d43ae8))


## 0.4.2 (2024-02-26)

### Ci
Expand Down
2 changes: 1 addition & 1 deletion deployer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.2"
__version__ = "0.4.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vertex-deployer"
version = "0.4.2"
version = "0.4.3"
description = ""
authors = ["julesbertrand <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 4de448d

Please sign in to comment.