Skip to content

Commit d50680b

Browse files
committed
Adding changelog and gitattributes
1 parent 39c7f43 commit d50680b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.gitattributes export-ignore
2+
.github/ export-ignore
3+
.gitignore export-ignore
4+
.travis.yml export-ignore
5+
/phpunit.xml.dist export-ignore
6+
/Tests/ export-ignore

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
44

55
## UNRELEASED
6+
7+
## 1.0.0
8+
9+
No changes since 0.4.0
10+
611
## 0.4.0
712

813
### Added

0 commit comments

Comments
 (0)