We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e2108 commit 2ecef22Copy full SHA for 2ecef22
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.0.3 (2021-08-01)
2
+
3
+### Fix
4
5
+- **netconf**: preserve the ordering of keys in section
6
7
## 1.0.2 (2021-08-01)
8
9
### Fix
pyproject.toml
@@ -1,7 +1,7 @@
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
-version = "1.0.2"
+version = "1.0.3"
tag_format = "$version"
version_files = [
"setup.py",
setup.py
@@ -2,7 +2,7 @@
setup(
name="git-credential-netconf",
- version="1.0.2",
+ version="1.0.3",
author="Arunanshu Biswas",
author_email="mydellpc07@gmail.com",
description="",
0 commit comments