File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## [ v2.0.1]
8+ ### Fixed
9+ - Fix double slash when inspect absolute folder path at first level of root ([ #509 ] ( https://github.com/nunomaduro/phpinsights/pull/509 ) )
10+ - Fix retrieving composer binary path in SyntaxCheck ([ #505 ] ( https://github.com/nunomaduro/phpinsights/pull/505 ) )
11+ - Fix in documentations ([ #507 ] ( https://github.com/nunomaduro/phpinsights/pull/507 ) , [ #515 ] ( https://github.com/nunomaduro/phpinsights/pull/515 ) )
12+
13+ ## Changed
14+ - More robust docker example in doc ([ #516 ] ( https://github.com/nunomaduro/phpinsights/pull/516 ) )
15+
716## [ v2.0.0]
817### Added
918- Minimal PHP version is now PHP 7.4 ([ #391 ] ( https://github.com/nunomaduro/phpinsights/pull/391 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " phpinsights" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
66 "dependencies" : {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ final class Kernel
2020 *
2121 * @noRector Rector\DeadCode\Rector\ClassConst\RemoveUnusedClassConstantRector
2222 */
23- public const VERSION = 'v2.0.0 ' ;
23+ public const VERSION = 'v2.0.1 ' ;
2424
2525 /**
2626 * Bootstraps the usage of the package.
You can’t perform that action at this time.
0 commit comments