Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed May 10, 2020
1 parent ae9d997 commit deaa0ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
phpunit-skelgen (2.1.0) UNRELEASED; urgency=medium

* Generate tests with use of class in original namespace

-- CyberVitexus <[email protected]> Sun, 10 May 2020 14:59:14 +0200

phpunit-skelgen (2.0.2) experimental; urgency=medium

* Initial release. (Closes: #XXXXXX)
Expand Down
2 changes: 1 addition & 1 deletion src/CLI/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Application extends AbstractApplication
{
public function __construct()
{
$version = new Version('2.0.2', dirname(dirname(__DIR__)));
$version = new Version('2.1.0', dirname(dirname(__DIR__)));
parent::__construct('phpunit-skelgen', $version->getVersion());

$this->add(new GenerateClassCommand);
Expand Down

0 comments on commit deaa0ae

Please sign in to comment.