Skip to content

Commit

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



## 0.4.2 (2024-02-26)

### Ci

* ci: update changelog template (#154) ([`0f4e8c0`](https://github.com/artefactory/vertex-pipelines-deployer/commit/0f4e8c041a405bc63b0c98f10b7bd4a786f5261e))

* ci: deploy docs when push on main (#151) ([`5a77249`](https://github.com/artefactory/vertex-pipelines-deployer/commit/5a772495f4c0661e697ec78b79658f241561e9b9))

### Documentation

* docs: update cli reference (#150) ([`8925729`](https://github.com/artefactory/vertex-pipelines-deployer/commit/89257297a52713135505c7e2cd8a00311bd2f306))

### Enhancements

* enh: deploy multiple pipelines at once (#149) ([`64aa9cd`](https://github.com/artefactory/vertex-pipelines-deployer/commit/64aa9cd2a7bb0121b902e6ebb914497e7f6aaf4b))

* enh: handle default values (#148) ([`032ef87`](https://github.com/artefactory/vertex-pipelines-deployer/commit/032ef87da96496c51967ee9a85d27ff62aefa9a4))

### Fix

* fix: init command failing (#147) ([`df3fb3a`](https://github.com/artefactory/vertex-pipelines-deployer/commit/df3fb3a1e96a8ea3be6b0bdbbad9005e18ba30ee))


## 0.4.1 (2024-02-14)

### Build
Expand Down Expand Up @@ -235,6 +258,10 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu

* ci: update ci trigger policy (#45) ([`f1171d2`](https://github.com/artefactory/vertex-pipelines-deployer/commit/f1171d248ac329ee60f7d4100760f229105ac658))

### Enhancements

* enh: use pydantic settings to get deployment variables from env file instead of os.environ (#24) ([`879c14a`](https://github.com/artefactory/vertex-pipelines-deployer/commit/879c14a168510e5388489e55b34399c9efe0eb45))

### Feature

* feat: add rich display in console (#54)
Expand Down Expand Up @@ -473,8 +500,6 @@ Automatically generated by python-semantic-release ([`0809df7`](https://github.c

* doc: update CONTRIBUTE.md ([`05deb15`](https://github.com/artefactory/vertex-pipelines-deployer/commit/05deb15d9ed8e881d771f1a607bcfa7ceccdbaf5))

* enh: use pydantic settings to get deployment variables from env file instead of os.environ (#24) ([`879c14a`](https://github.com/artefactory/vertex-pipelines-deployer/commit/879c14a168510e5388489e55b34399c9efe0eb45))

* Feat/switch logging to loguru (#20)

* enh: use loguru instead of python logging
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.1"
__version__ = "0.4.2"
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.1"
version = "0.4.2"
description = ""
authors = ["julesbertrand <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit eff01cb

Please sign in to comment.