Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibbarth committed Jul 11, 2021
1 parent 2f16695 commit d07b45b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [v2.0.1]
### Fixed
- Fix double slash when inspect absolute folder path at first level of root ([#509](https://github.com/nunomaduro/phpinsights/pull/509))
- Fix retrieving composer binary path in SyntaxCheck ([#505](https://github.com/nunomaduro/phpinsights/pull/505))
- Fix in documentations ([#507](https://github.com/nunomaduro/phpinsights/pull/507), [#515](https://github.com/nunomaduro/phpinsights/pull/515))

## Changed
- More robust docker example in doc ([#516](https://github.com/nunomaduro/phpinsights/pull/516))

## [v2.0.0]
### Added
- Minimal PHP version is now PHP 7.4 ([#391](https://github.com/nunomaduro/phpinsights/pull/391))
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phpinsights",
"version": "2.0.0",
"version": "2.0.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/Domain/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class Kernel
*
* @noRector Rector\DeadCode\Rector\ClassConst\RemoveUnusedClassConstantRector
*/
public const VERSION = 'v2.0.0';
public const VERSION = 'v2.0.1';

/**
* Bootstraps the usage of the package.
Expand Down

0 comments on commit d07b45b

Please sign in to comment.