Skip to content

Commit 96d3b6f

Browse files
committed
Prepare for release
1 parent 538cf6f commit 96d3b6f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@ P H I N G
22
=========================
33

44

5+
Dec. 4, 2024 - Phing 3.0.1
6+
--------------------------
7+
8+
The following issues and pull requests were closed in this release:
9+
10+
* Fixed failing dependabot workflow runs [\#1886](https://github.com/phingofficial/phing/pull/1886)
11+
* Fixes deprecated warnings in PHP 8.4 [\#1877](https://github.com/phingofficial/phing/pull/1877)
12+
* Introduce DisguiseLogger [\#1868](https://github.com/phingofficial/phing/pull/1868)
13+
* [ReplaceRegexpTask] Added `flags` attribute [\#1867](https://github.com/phingofficial/phing/pull/1867)
14+
* [ReplaceRegexpTask] Added failOnError support [\#1866](https://github.com/phingofficial/phing/pull/1866)
15+
* Allow new version of sebastian/version for phpunit 11 compatibility [\#1864](https://github.com/phingofficial/phing/pull/1864)
16+
* SassTask doesn't always show downstream errors (was SassCompiler ignores `style`) [\#1863](https://github.com/phingofficial/phing/issues/1863)
17+
* FileSet erroronmissingdir attribute does not work [\#1856](https://github.com/phingofficial/phing/issues/1856)
18+
* Update SonarTask.php [\#1855](https://github.com/phingofficial/phing/pull/1855)
19+
* Some phing tasks require the Intl extension but the dependency is not declared [\#1840](https://github.com/phingofficial/phing/issues/1840)
20+
* No new line between call with RetryTask [\#1830](https://github.com/phingofficial/phing/issues/1830)
21+
* Allow Symfony 7 [\#1829](https://github.com/phingofficial/phing/pull/1829)
22+
523
May 1, 2024 - Phing 3.0.0
624
-------------------------
725

etc/VERSION.TXT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.0.1

0 commit comments

Comments
 (0)