diff --git a/CHANGELOG.md b/CHANGELOG.md index 9852bc0..8c0e1c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,31 @@ +## v0.1.1 (2023-10-05) + +### Chore + +* chore(release): 01.1 (#64) ([`2497456`](https://github.com/artefactory/vertex-pipelines-deployer/commit/24974567435dbf5ee0a8b3cb8708b9dedbf9bd0f)) + +### Documentation + +* docs: update installation guidelines (#61) ([`e284168`](https://github.com/artefactory/vertex-pipelines-deployer/commit/e284168af39a914ddf4b2883ccc6031cb322ada2)) + +### Fix + +* fix: make imports in cli commands to reduce overhead (#63) ([`9c973f0`](https://github.com/artefactory/vertex-pipelines-deployer/commit/9c973f0fe51d6fd5a91fe7df190a363f57fc9944)) + +* fix: checks temp directory removal (#62) ([`f005f44`](https://github.com/artefactory/vertex-pipelines-deployer/commit/f005f4418a011ed1dbb70edc3579c0735394c97b)) + + ## v0.1.0 (2023-10-05) ### Chore +* chore(release): 0.1.0 + +Automatically generated by semantic-release ([`0be9f10`](https://github.com/artefactory/vertex-pipelines-deployer/commit/0be9f107c3de530ee0db00cb39f7e19bef10dfe4)) + * chore(release): 0.1.0 (#55) ([`b59830e`](https://github.com/artefactory/vertex-pipelines-deployer/commit/b59830e8ac8278cac26154668e8653820dab3f2b)) * chore: update release version tag format and commit message (#50) ([`b635287`](https://github.com/artefactory/vertex-pipelines-deployer/commit/b6352871a1b4dc8e53402b49bb4380322f3a4075)) diff --git a/deployer/__init__.py b/deployer/__init__.py index 3dc1f76..485f44a 100644 --- a/deployer/__init__.py +++ b/deployer/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/pyproject.toml b/pyproject.toml index 9d7c425..102019b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vertex-deployer" -version = "0.1.0" +version = "0.1.1" description = "" authors = ["julesbertrand "] readme = "README.md"