Skip to content

Commit

Permalink
Create the 5.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jails committed Apr 22, 2021
1 parent 9191a5e commit 2a08d7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

## Last changes

## 5.1.0 (2021-04-22)

* **Bugfix:** Do not show coverage report when the option is set to 0.
* **Break BC:** Change exit code on errors to 1 instead of -1.

## 5.0.9 (2021-04-15)

* **Bugfix:** Doesn't attempt to rebind a callable no declared in a kahlan scope.
Expand Down
2 changes: 1 addition & 1 deletion src/Cli/Kahlan.php
Expand Up @@ -24,7 +24,7 @@

class Kahlan
{
const VERSION = '5.0.9';
const VERSION = '5.1.0';

/**
* Starting time.
Expand Down

0 comments on commit 2a08d7e

Please sign in to comment.