Skip to content
Snippets Groups Projects
Unverified Commit 19c13267 authored by Sebastian Bergmann's avatar Sebastian Bergmann
Browse files

Do not export non-essential files and prepare release

parent 6296a0c0
No related branches found
No related tags found
No related merge requests found
/.gitattributes export-ignore
/.gitignore export-ignore
/.github export-ignore
/.php_cs.dist export-ignore
/.travis.yml export-ignore
/build.xml export-ignore
/phpunit.xml export-ignore
/tests export-ignore
*.php diff=php
......@@ -2,6 +2,10 @@
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
## [3.0.5] - 2023-03-01
* No code changes, only updated `.gitattributes` to not export non-essential files.
## [3.0.4] - 2023-05-07
### Changed
......@@ -59,6 +63,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
* This component is no longer supported on PHP 5.6
[3.0.5]: https://github.com/sebastianbergmann/diff/compare/3.0.4...3.0.5
[3.0.4]: https://github.com/sebastianbergmann/diff/compare/3.0.3...3.0.4
[3.0.3]: https://github.com/sebastianbergmann/diff/compare/3.0.2...3.0.3
[3.0.2]: https://github.com/sebastianbergmann/diff/compare/3.0.1...3.0.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment