Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 1d89dbc

Browse files
bump: version 0.0.3 → 0.0.4
1 parent f34002b commit 1d89dbc

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.0.4 (2023-04-25)
2+
13
## v0.0.3 (2023-04-23)
24

35
### Feat

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.3
1+
0.0.4

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ line-length = 128
99
name = "cz_conventional_commits"
1010
tag_format = "v$version"
1111
update_changelog_on_bump = true
12-
version = "0.0.3"
12+
version = "0.0.4"
1313
version_files = [
1414
"VERSION",
1515
"pyproject.toml:version"
@@ -20,7 +20,7 @@ authors = ["Justin Lecher <[email protected]>"]
2020
description = "TF provider for Turing PI BMC"
2121
license = "Apache-2.0"
2222
name = "terraform_provider_turing_pi_bmc"
23-
version = "0.0.3"
23+
version = "0.0.4"
2424

2525
[tool.poetry.dependencies]
2626
ansible = "^7.4.0"

0 commit comments

Comments
 (0)