Skip to content

Commit 681d5f5

Browse files
authored
Merge pull request #181 from Nyholm/changelog
Adding changelog and gitattributes
2 parents 826bbac + 6c1d2e8 commit 681d5f5

33 files changed

Lines changed: 185 additions & 0 deletions

src/Adapter/Apc/.gitattributes

Lines changed: 6 additions & 0 deletions
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

src/Adapter/Apc/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
## UNRELEASED
66

7+
## 1.0.0
8+
9+
No changes since 0.4.0
10+
711
## 0.4.0
812

913
### Added

src/Adapter/Apcu/.gitattributes

Lines changed: 6 additions & 0 deletions
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

src/Adapter/Apcu/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
## UNRELEASED
66

7+
## 1.0.0
8+
9+
No changes since 0.3.0
10+
711
## 0.3.0
812

913
### Added

src/Adapter/Chain/.gitattributes

Lines changed: 6 additions & 0 deletions
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

src/Adapter/Common/.gitattributes

Lines changed: 6 additions & 0 deletions
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
Lines changed: 6 additions & 0 deletions
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

src/Adapter/Doctrine/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
## UNRELEASED
66

7+
## 1.0.0
8+
9+
No changes since 0.6.0
10+
711
## 0.6.0
812

913
### Added
Lines changed: 6 additions & 0 deletions
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

src/Adapter/Filesystem/Changelog.md

Lines changed: 5 additions & 0 deletions
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)