Skip to content

Commit

Permalink
chore(release): 0.1.1
Browse files Browse the repository at this point in the history
Automatically generated by semantic-release
  • Loading branch information
github-actions committed Oct 5, 2023
1 parent 2497456 commit 53b3372
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
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.0"
__version__ = "0.1.1"
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.0"
version = "0.1.1"
description = ""
authors = ["julesbertrand <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 53b3372

Please sign in to comment.