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

Commit 350997d

Browse files
bump: version 0.0.1 → 0.0.2
1 parent cdd0ff8 commit 350997d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.0.2 (2023-04-22)
2+
3+
### Feat
4+
5+
- Add power and usb data source
6+
- add nodeinfo data source
7+
18
## v0.0.1 (2023-04-20)
29

310
### Feat

VERSION

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

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

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

0 commit comments

Comments
 (0)