Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
Automatically generated by semantic-release
  • Loading branch information
github-actions committed Nov 6, 2023
1 parent 4464238 commit 113049f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## 0.3.0 (2023-11-06)

### Feature

* feat: configure with pyproject (#82) ([`56d69f4`](https://github.com/artefactory/vertex-pipelines-deployer/commit/56d69f418d40d0a30007e6b66af212409e2717fc))


## 0.2.2 (2023-11-06)

### Ci
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.2.2"
__version__ = "0.3.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.2.2"
version = "0.3.0"
description = ""
authors = ["julesbertrand <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 113049f

Please sign in to comment.