Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by semantic-release
  • Loading branch information
github-actions committed Oct 6, 2023
1 parent 718200d commit 7a4809f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,35 @@



## v0.2.0 (2023-10-06)

### Chore

* chore(release): 0.2.0 (#71) ([`718200d`](https://github.com/artefactory/vertex-pipelines-deployer/commit/718200dab8e27b804ee91a5543ca316b04ca3dfa))

### Documentation

* docs: update documentation (#68) ([`e942add`](https://github.com/artefactory/vertex-pipelines-deployer/commit/e942adddccca85c28941cd986f7afcad986cffd3))

### Feature

* feat: add support for toml config files (#70) ([`b997e69`](https://github.com/artefactory/vertex-pipelines-deployer/commit/b997e69b6838d35d4818d2db9f28ab0927131414))

### Fix

* fix: pipelines objects can be named as `{pipeline_name}` instead of `pipeline` (#69) ([`f79d081`](https://github.com/artefactory/vertex-pipelines-deployer/commit/f79d081cb81ea92f01cfd29bf46db3b1bfcb368c))

* fix: bad config error at pipeline level in checks (#67) ([`d8dab84`](https://github.com/artefactory/vertex-pipelines-deployer/commit/d8dab84b22c00ef449e9f6cec707421e0222850e))


## v0.1.1 (2023-10-05)

### Chore

* chore(release): 0.1.1

Automatically generated by semantic-release ([`53b3372`](https://github.com/artefactory/vertex-pipelines-deployer/commit/53b3372225c834affd56c64b797e611d0975e26a))

* chore(release): 01.1 (#64) ([`2497456`](https://github.com/artefactory/vertex-pipelines-deployer/commit/24974567435dbf5ee0a8b3cb8708b9dedbf9bd0f))

### Documentation
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.1.1"
__version__ = "0.2.0"
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.1.1"
version = "0.2.0"
description = ""
authors = ["julesbertrand <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 7a4809f

Please sign in to comment.