Skip to content

Commit f47547b

Browse files
committed
4.1.18
1 parent 83c8413 commit f47547b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG-4.x.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 4.1.18
2+
3+
* Fix cleanup of included test directories #6117 by @rolandsaven
4+
* Clean command will not delete .gitkeep files in _output directory #6118
5+
* Add line break between opening tag and namespace in generated Cest and Test files #6072
6+
17
#### 4.1.17
28

39
* Fix `codecept run suite` when suite name matches directory (bug introduced in 4.1.16)

src/Codeception/Codecept.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Codecept
1010
{
1111
use DispatcherWrapper;
1212

13-
const VERSION = '4.1.17';
13+
const VERSION = '4.1.18';
1414

1515
/**
1616
* @var \Codeception\PHPUnit\Runner

0 commit comments

Comments
 (0)