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

Commit 20d5a26

Browse files
bump: version 0.0.0 → 0.0.1
1 parent 93db3e1 commit 20d5a26

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v0.0.1 (2023-04-20)
2+
3+
### Feat
4+
5+
- add sdcard data source
6+
7+
### Refactor
8+
9+
- Import boilerplate
10+
- cookiecutter

VERSION

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

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

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

0 commit comments

Comments
 (0)