Skip to content

Commit 300ab8e

Browse files
author
github-actions
committed
chore(release): 0.3.2
Automatically generated by semantic-release
1 parent 4eb0c53 commit 300ab8e

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,51 @@
22

33

44

5+
## 0.3.2 (2023-11-08)
6+
7+
### Build
8+
9+
* build(deps-dev): update ruff requirement from ^0.0 to ^0.1 (#95)
10+
11+
Signed-off-by: dependabot[bot] <[email protected]>
12+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`cff19af`](https://github.com/artefactory/vertex-pipelines-deployer/commit/cff19af4bd76b96b595f3cc653b4316f336b5988))
13+
14+
* build(deps): bump actions/cache from 3.2.4 to 3.3.2 (#94)
15+
16+
Signed-off-by: dependabot[bot] <[email protected]>
17+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`5d2dbf9`](https://github.com/artefactory/vertex-pipelines-deployer/commit/5d2dbf93360313d843ef7d1c8685367ef0adbf39))
18+
19+
* build(deps): bump actions/setup-python from 2 to 4 (#92)
20+
21+
Signed-off-by: dependabot[bot] <[email protected]>
22+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`9d25ad6`](https://github.com/artefactory/vertex-pipelines-deployer/commit/9d25ad64f2442baba1cc1906817d0c66473bac07))
23+
24+
* build(deps): bump actions/checkout from 2 to 4 (#93)
25+
26+
Signed-off-by: dependabot[bot] <[email protected]>
27+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c97ec85`](https://github.com/artefactory/vertex-pipelines-deployer/commit/c97ec85383e0f8a391a24a74890e0d7639a034f0))
28+
29+
* build: update dependencies specifiers to be more flexible (#91) ([`fddf1a9`](https://github.com/artefactory/vertex-pipelines-deployer/commit/fddf1a97d5929095d03ae702c4b2c3a95001463e))
30+
31+
### Ci
32+
33+
* ci: build and deploy docs when a release is published (#90) ([`01ce99a`](https://github.com/artefactory/vertex-pipelines-deployer/commit/01ce99afed4bc4e791b86106d30ecc76f49bf6ff))
34+
35+
### Documentation
36+
37+
* docs: add full example to repo (#72) ([`42ccfc9`](https://github.com/artefactory/vertex-pipelines-deployer/commit/42ccfc9b45dd2ad14a5228f8b4f387d84bec9534))
38+
39+
* docs: update installation instructions (#98) ([`6e51b89`](https://github.com/artefactory/vertex-pipelines-deployer/commit/6e51b8931eaa4a60b484759bc9acc8ff108897c7))
40+
41+
### Fix
42+
43+
* fix: warn when cannot associate run to experiment (#99) ([`7ba89f3`](https://github.com/artefactory/vertex-pipelines-deployer/commit/7ba89f3bc0d6b267b26920ecfd5b17a9f2801500))
44+
45+
### Performance
46+
47+
* perf: rationalize kfp imports (#97) ([`19da429`](https://github.com/artefactory/vertex-pipelines-deployer/commit/19da4298baa1ce549fa72b60fe4fcf4e1dcf1a92))
48+
49+
550
## 0.3.1 (2023-11-06)
651

752
### Fix

deployer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.1"
1+
__version__ = "0.3.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "vertex-deployer"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = ""
55
authors = ["julesbertrand <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)