We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9624908 commit 62dfcedCopy full SHA for 62dfced
.bumpversion.cfg
@@ -0,0 +1,6 @@
1
+[bumpversion]
2
+commit = True
3
+tag = False
4
+current_version = 1.0.0
5
+
6
+[bumpversion:file:setup.py]
CHANGELOG.md
@@ -1,19 +1,30 @@
# phpypam CHANGELOG
## Unreleased
+---
7
+### New
8
9
+### Changes
10
11
+### Fixes
12
13
+### Breaks
14
15
16
+## 1.0.1 - (2021-01-04)
17
18
### New
19
20
* add markdownlint config
21
* add changelog
22
-### Changes
23
24
### Fixes
25
26
* fix exception handling for connection errors
27
-### Breaks
28
29
## 1.0.0
30
0 commit comments