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

Commit aba0cbc

Browse files
bump: version 0.0.2 → 0.0.3
1 parent eaee6a0 commit aba0cbc

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.0.3 (2023-04-23)
2+
3+
### Feat
4+
5+
- Add resource for USB interface
6+
17
## v0.0.2 (2023-04-22)
28

39
### Feat

VERSION

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

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.2"
12+
version = "0.0.3"
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.2"
23+
version = "0.0.3"
2424

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

0 commit comments

Comments
 (0)