Skip to content

Commit 1e117cf

Browse files
committed
GitHub action laminas/automatic-releases needs a proper changelog file
- At least a heading (`## 0.1.0 - TBD`) entry
1 parent e3f4347 commit 1e117cf

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

CHANGELOG.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,77 @@
11
# Changelog
2+
3+
All notable changes to this project will be documented in this file, in reverse chronological order by release.
4+
5+
## 0.8.0 - TBD
6+
7+
### Added
8+
9+
- Nothing.
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- Nothing.
26+
27+
## 0.7.0 - 2020-11-06
28+
29+
-----
30+
### Release Notes for [0.7.0](https://github.com/open-code-modeling/php-code-ast/milestone/4)
31+
32+
### 0.7.0
33+
34+
- Total issues resolved: **1**
35+
- Total pull requests resolved: **0**
36+
- Total contributors: **1**
37+
38+
#### enhancement
39+
40+
- [16: Add high level API for properties ](https://github.com/open-code-modeling/php-code-ast/issues/16) thanks to @sandrokeil
41+
42+
## 0.6.0 - 2020-11-05
43+
44+
-----
45+
### Release Notes for [0.6.0](https://github.com/open-code-modeling/php-code-ast/milestone/3)
46+
47+
### 0.6.0
48+
49+
- Total issues resolved: **3**
50+
- Total pull requests resolved: **0**
51+
- Total contributors: **1**
52+
53+
#### enhancement
54+
55+
- [15: Add high level API for interfaces](https://github.com/open-code-modeling/php-code-ast/issues/15) thanks to @sandrokeil
56+
- [14: Add optional visibility to ClassConstBuilder::fromScratch()](https://github.com/open-code-modeling/php-code-ast/issues/14) thanks to @sandrokeil
57+
- [13: Add trait support for class builder](https://github.com/open-code-modeling/php-code-ast/issues/13) thanks to @sandrokeil
58+
59+
## 0.5.0 - 2020-11-04
60+
61+
-----
62+
### Release Notes for [0.5.0](https://github.com/open-code-modeling/php-code-ast/milestone/2)
63+
64+
### 0.5.0
65+
66+
- Total issues resolved: **1**
67+
- Total pull requests resolved: **0**
68+
- Total contributors: **1**
69+
70+
- [12: Rename namespace Factory to Builder](https://github.com/open-code-modeling/php-code-ast/issues/12) thanks to @sandrokeil
71+
72+
73+
- Total issues resolved: **1**
74+
- Total pull requests resolved: **0**
75+
- Total contributors: **1**
76+
77+
- [12: Rename namespace Factory to Builder](https://github.com/open-code-modeling/php-code-ast/issues/12) thanks to @sandrokeil

0 commit comments

Comments
 (0)