Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 27, 2020
1 parent a5d46e3 commit 3c28f3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes in PHPLOC are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [6.0.1] - 2020-02-27

### Fixed

* Fixed [#205](https://github.com/sebastianbergmann/phploc/pull/205): `TypeError` in `ini_set()` calls

## [6.0.0] - 2020-02-20

### Removed
Expand Down Expand Up @@ -42,6 +48,7 @@ All notable changes in PHPLOC are documented in this file using the [Keep a CHAN

## [3.0.0] - 2016-01-13

[6.0.1]: https://github.com/sebastianbergmann/phploc/compare/6.0.0...6.0.1
[6.0.0]: https://github.com/sebastianbergmann/phploc/compare/5.0.0...6.0.0
[5.0.0]: https://github.com/sebastianbergmann/phploc/compare/4.0.1...5.0.0
[4.0.1]: https://github.com/sebastianbergmann/phploc/compare/4.0.0...4.0.1
Expand Down
2 changes: 1 addition & 1 deletion src/CLI/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Application extends AbstractApplication
{
public function __construct()
{
$version = new Version('6.0.0', \dirname(__DIR__, 2));
$version = new Version('6.0.1', \dirname(__DIR__, 2));

parent::__construct('phploc', $version->getVersion());
}
Expand Down

0 comments on commit 3c28f3b

Please sign in to comment.