File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,28 @@ All notable changes to this project will be documented in this file.
88## [ Unreleased]
99
1010
11+ <a name =" 6.0.1 " ></a >
12+ ## [ 6.0.1] - 2025-04-03
13+ ### Bug Fixes
14+ - ** AddHasOptionsDocCommentRector:** Update doc comments to use '//' for descriptions
15+ - ** rector:** Handle null key in refactor method
16+
17+ ### Build
18+ - ** dependencies:** Restore ext-ctype and ext-mbstring requirements
19+
20+ ### CI
21+ - ** support:** Add checkSoarBinary script to validate executable files
22+ - ** workflows:** Add workflow_dispatch to all workflow files
23+
24+ ### Code Refactoring
25+ - ** core:** Replace create() with make() in multiple files
26+ - ** options:** Rename onlyDsns method to onlyDsn
27+
28+ ### Tests
29+ - ** fixtures:** Remove obsolete Soar.php and update .gitignore
30+ - ** phpunit:** Update PHPUnit configuration and add HelpersTest
31+
32+
1133<a name =" 6.0.0 " ></a >
1234## [ 6.0.0] - 2025-04-01
1335### Bug Fixes
@@ -664,7 +686,8 @@ All notable changes to this project will be documented in this file.
664686<a name =" v1.0.0 " ></a >
665687## v1.0.0 - 2019-07-04
666688
667- [ Unreleased ] : https://github.com/guanguans/soar-php/compare/6.0.0...HEAD
689+ [ Unreleased ] : https://github.com/guanguans/soar-php/compare/6.0.1...HEAD
690+ [ 6.0.1 ] : https://github.com/guanguans/soar-php/compare/6.0.0...6.0.1
668691[ 6.0.0 ] : https://github.com/guanguans/soar-php/compare/5.1.1...6.0.0
669692[ 5.1.1 ] : https://github.com/guanguans/soar-php/compare/5.1.0...5.1.1
670693[ 5.1.0 ] : https://github.com/guanguans/soar-php/compare/5.0.3...5.1.0
You can’t perform that action at this time.
0 commit comments