Skip to content

Commit 9624908

Browse files
committed
add changelog
1 parent d1a2d9e commit 9624908

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed

CHANGELOG.md

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
# phpypam CHANGELOG
2+
3+
## Unreleased
4+
5+
### New
6+
7+
* add markdownlint config
8+
* add changelog
9+
10+
### Changes
11+
12+
### Fixes
13+
14+
* fix exception handling for connection errors
15+
16+
### Breaks
17+
18+
## 1.0.0
19+
20+
### New
21+
22+
* documentation tool chain (#27)
23+
* Merge pull request #28 from cmeissner/contributing\_and\_documentation
24+
25+
## 0.1.7
26+
27+
### Fixes
28+
29+
* We now should evaluate almost all not found messages and raise the correct Exception.
30+
31+
## 0.1.6
32+
33+
### New
34+
35+
* handle not found execption for vrf
36+
37+
## 0.1.5
38+
39+
### Fixes
40+
41+
* return controller paths not names
42+
43+
### Breakes
44+
45+
* returns controller paths not names
46+
47+
## 0.1.4
48+
49+
### New
50+
51+
* some project stuff
52+
53+
## 0.1.3
54+
55+
### Fixes
56+
57+
* fix typo
58+
59+
## 0.1.2
60+
61+
### New
62+
63+
* detailed exception handling
64+
65+
## 0.1.1
66+
67+
### Fixes
68+
69+
* Add exception handling for stupid error reporting of non existing subnets
70+
71+
## 0.1.0
72+
73+
### New
74+
75+
* First more or less productive release. Feel free to report bugs and issues
76+
77+
## 0.0.2
78+
79+
### Changes
80+
81+
* add controllers method
82+
* add first simple tests
83+
* extend documentation

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
wheel
2+
changelog-cli
23
flake8
34
flake8-colors
45
flake8-docstrings

0 commit comments

Comments
 (0)