Skip to content

Commit afa6c4a

Browse files
author
github-actions
committed
chore(release): 0.2.1
Automatically generated by semantic-release
1 parent abca971 commit afa6c4a

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,10 +2,31 @@
22

33

44

5+
## v0.2.1 (2023-10-13)
6+
7+
### Chore
8+
9+
* chore(release): 0.2.1 (#76) ([`abca971`](https://github.com/artefactory/vertex-pipelines-deployer/commit/abca9714e01554ae400f0cfc083624fc8658e713))
10+
11+
### Documentation
12+
13+
* docs: fix typos in readme (#74) ([`9cc7ad3`](https://github.com/artefactory/vertex-pipelines-deployer/commit/9cc7ad3b546b5d160468bf5ddda500b030e16dba))
14+
15+
### Fix
16+
17+
* fix: simplify check pipelines cmd (#73) ([`c63a7fb`](https://github.com/artefactory/vertex-pipelines-deployer/commit/c63a7fb3ec855c023f96f9d651608afc727f3df5))
18+
19+
* fix: add pipeline root path check in create command (#75) ([`65977a0`](https://github.com/artefactory/vertex-pipelines-deployer/commit/65977a0f8d2708d2447bd4577eca8c8e464be166))
20+
21+
522
## v0.2.0 (2023-10-06)
623

724
### Chore
825

26+
* chore(release): 0.2.0
27+
28+
Automatically generated by semantic-release ([`7a4809f`](https://github.com/artefactory/vertex-pipelines-deployer/commit/7a4809fc9c735d20eb5fd8a9ec1c15cc77aefacc))
29+
930
* chore(release): 0.2.0 (#71) ([`718200d`](https://github.com/artefactory/vertex-pipelines-deployer/commit/718200dab8e27b804ee91a5543ca316b04ca3dfa))
1031

1132
### Documentation

deployer/__init__.py

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

0 commit comments

Comments
 (0)