File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ /.gitattributes export-ignore
2
+ /.gitignore export-ignore
3
+ /.github export-ignore
4
+ /.php_cs.dist export-ignore
5
+ /.travis.yml export-ignore
6
+ /build.xml export-ignore
7
+ /phpunit.xml export-ignore
8
+ /tests export-ignore
9
+
10
+ * .php diff =php
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes are documented in this file using the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
4
4
5
+ ## [ 3.0.5] - 2023-03-01
6
+
7
+ * No code changes, only updated ` .gitattributes ` to not export non-essential files.
8
+
5
9
## [ 3.0.4] - 2023-05-07
6
10
7
11
### Changed
@@ -59,6 +63,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
59
63
60
64
* This component is no longer supported on PHP 5.6
61
65
66
+ [ 3.0.5 ] : https://github.com/sebastianbergmann/diff/compare/3.0.4...3.0.5
62
67
[ 3.0.4 ] : https://github.com/sebastianbergmann/diff/compare/3.0.3...3.0.4
63
68
[ 3.0.3 ] : https://github.com/sebastianbergmann/diff/compare/3.0.2...3.0.3
64
69
[ 3.0.2 ] : https://github.com/sebastianbergmann/diff/compare/3.0.1...3.0.2
You can’t perform that action at this time.
0 commit comments