Skip to content

Commit

Permalink
5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Nov 20, 2022
1 parent 36faaf8 commit 35a105e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG-5.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 5.0.5

* Don't disable test shuffling when --shard option is used (#6605)
* Provided typed signatures for attributes (#6600) by @mdoelker
* Support for Attributes in generated Actions files (#6593) by @yesdevnull
* Fixed expectNotToPerformAssertions in unit tests (#6602) by @yesdevnull

#### 5.0.4

* Execute FailFast subscriber before module _failed hooks #6586 by @yesdevnull
Expand Down
2 changes: 1 addition & 1 deletion src/Codeception/Codecept.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Codecept
/**
* @var string
*/
public const VERSION = '5.0.4';
public const VERSION = '5.0.5';

protected ResultAggregator $resultAggregator;

Expand Down

0 comments on commit 35a105e

Please sign in to comment.