From afa6c4a97a2c456ed1b11c186409cbc7d6866b62 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 13 Oct 2023 08:16:43 +0000 Subject: [PATCH] chore(release): 0.2.1 Automatically generated by semantic-release --- CHANGELOG.md | 21 +++++++++++++++++++++ deployer/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6f783..6bc9c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,31 @@ +## v0.2.1 (2023-10-13) + +### Chore + +* chore(release): 0.2.1 (#76) ([`abca971`](https://github.com/artefactory/vertex-pipelines-deployer/commit/abca9714e01554ae400f0cfc083624fc8658e713)) + +### Documentation + +* docs: fix typos in readme (#74) ([`9cc7ad3`](https://github.com/artefactory/vertex-pipelines-deployer/commit/9cc7ad3b546b5d160468bf5ddda500b030e16dba)) + +### Fix + +* fix: simplify check pipelines cmd (#73) ([`c63a7fb`](https://github.com/artefactory/vertex-pipelines-deployer/commit/c63a7fb3ec855c023f96f9d651608afc727f3df5)) + +* fix: add pipeline root path check in create command (#75) ([`65977a0`](https://github.com/artefactory/vertex-pipelines-deployer/commit/65977a0f8d2708d2447bd4577eca8c8e464be166)) + + ## v0.2.0 (2023-10-06) ### Chore +* chore(release): 0.2.0 + +Automatically generated by semantic-release ([`7a4809f`](https://github.com/artefactory/vertex-pipelines-deployer/commit/7a4809fc9c735d20eb5fd8a9ec1c15cc77aefacc)) + * chore(release): 0.2.0 (#71) ([`718200d`](https://github.com/artefactory/vertex-pipelines-deployer/commit/718200dab8e27b804ee91a5543ca316b04ca3dfa)) ### Documentation diff --git a/deployer/__init__.py b/deployer/__init__.py index d3ec452..3ced358 100644 --- a/deployer/__init__.py +++ b/deployer/__init__.py @@ -1 +1 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/pyproject.toml b/pyproject.toml index c2496b2..207ef00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vertex-deployer" -version = "0.2.0" +version = "0.2.1" description = "" authors = ["julesbertrand "] readme = "README.md"