Skip to content

Commit 3b2d7d1

Browse files
committed
5.1.2
1 parent 237585c commit 3b2d7d1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG-5.x.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
#### 5.1.2
2+
3+
* Prevent unrelated error from being displayed if a scenario step has failed by @craig-mcmahon in #6743
4+
* Replace Laravel5 with Laravel module in module installation suggestion by @W0rma in #6742
5+
16
#### 5.1.1
27

3-
* Reimplement coverage:exclude option for PHPUnit 11 in #6739
8+
* Reimplemented coverage:exclude option for PHPUnit 11 in #6739
49
* Improved output of Bootstrap command by @ThomasLandauer in #6735
510

611
#### 5.1.0

src/Codeception/Codecept.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Codecept
3636
/**
3737
* @var string
3838
*/
39-
public const VERSION = '5.1.1';
39+
public const VERSION = '5.1.2';
4040

4141
protected ResultAggregator $resultAggregator;
4242

0 commit comments

Comments
 (0)