We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af98fb4 commit 1304191Copy full SHA for 1304191
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.0.1 (2021-07-31)
2
+
3
+### Refactor
4
5
+- **cli**: add short info about application
6
7
## 1.0.0 (2021-07-30)
8
9
### Feat
pyproject.toml
@@ -1,7 +1,7 @@
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
-version = "1.0.0"
+version = "1.0.1"
tag_format = "$version"
version_files = [
"setup.py",
setup.py
@@ -2,7 +2,7 @@
setup(
name="git-credential-netconf",
- version="1.0.0",
+ version="1.0.1",
author="Arunanshu Biswas",
author_email="mydellpc07@gmail.com",
description="",
0 commit comments