Skip to content

Commit b39e22e

Browse files
author
github-actions
committed
chore(release): 0.4.0
[skip ci] Automatically generated by semantic-release
1 parent ae4d702 commit b39e22e

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

33

44

5+
## 0.4.0 (2024-01-05)
6+
7+
### Build
8+
9+
* build(release): fix release to gcp (#126) ([`9b4e619`](https://github.com/artefactory/vertex-pipelines-deployer/commit/9b4e61932260ceca12460dbb43d65e65ce1a0877))
10+
11+
### Chore
12+
13+
* chore: switch to apache 2.0 licence (#128) ([`ea3a67d`](https://github.com/artefactory/vertex-pipelines-deployer/commit/ea3a67dacbce6fafb558896d7d8225dee414472d))
14+
15+
### Feature
16+
17+
* feat: add init command to configure deployer (#127) ([`5ac7022`](https://github.com/artefactory/vertex-pipelines-deployer/commit/5ac702220255c5c9460eac474d7afdb822cae425))
18+
19+
### Performance
20+
21+
* perf: improve cli with context and callbacks (#129) ([`d99c007`](https://github.com/artefactory/vertex-pipelines-deployer/commit/d99c007451e70847636161b000477093433cdb08))
22+
23+
524
## 0.3.3 (2024-01-03)
625

726
### Build

deployer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.3"
1+
__version__ = "0.4.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.3.3"
3+
version = "0.4.0"
44
description = ""
55
authors = ["julesbertrand <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)