Skip to content

Commit 6c19255

Browse files
committed
Prepare 3.0.5
1 parent 925e444 commit 6c19255

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## [Unreleased]
22

3+
## [3.0.5] - 2024-05-06
4+
* Fixed: fail restart if PHP_BINARY is not available
5+
36
## [3.0.4] - 2024-03-26
47
* Added: Functional tests.
58
* Fixed: Incompatibility with PHPUnit 10.
@@ -112,9 +115,10 @@
112115
* Break: the following class was renamed:
113116
- `Composer\XdebugHandler` -> `Composer\XdebugHandler\XdebugHandler`
114117

115-
[Unreleased]: https://github.com/composer/xdebug-handler/compare/3.0.4...HEAD
116-
[3.0.3]: https://github.com/composer/xdebug-handler/compare/3.0.3...3.0.4
117-
[3.0.2]: https://github.com/composer/xdebug-handler/compare/3.0.2...3.0.3
118+
[Unreleased]: https://github.com/composer/xdebug-handler/compare/3.0.5...HEAD
119+
[3.0.5]: https://github.com/composer/xdebug-handler/compare/3.0.4...3.0.5
120+
[3.0.4]: https://github.com/composer/xdebug-handler/compare/3.0.3...3.0.4
121+
[3.0.3]: https://github.com/composer/xdebug-handler/compare/3.0.2...3.0.3
118122
[3.0.2]: https://github.com/composer/xdebug-handler/compare/3.0.1...3.0.2
119123
[3.0.1]: https://github.com/composer/xdebug-handler/compare/3.0.0...3.0.1
120124
[3.0.0]: https://github.com/composer/xdebug-handler/compare/2.0.3...3.0.0

0 commit comments

Comments
 (0)