Skip to content

Commit

Permalink
DQA-0000: Prepare hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhy81 committed May 2, 2023
1 parent 7bafed5 commit dcbd03f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Toolkit change log

## Version 9.9.1
- DQA-6871: GitHooks detect docker-compose VS docker compose.
- DQA-6930: Toolkit allow to skip abandoned components.

## Version 9.9.0
- DQA-6736: PHPStan do not use includes if phpstan/extension-installer exist.
- DQA-6762: Toolkit requirements should not use constant to validate version.
Expand Down
2 changes: 1 addition & 1 deletion phpdoc.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<paths>
<output>docs</output>
</paths>
<version number="9.9.0">
<version number="9.9.1">
<folder>latest</folder>
<api>
<source dsn=".">
Expand Down
2 changes: 1 addition & 1 deletion src/Toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class Toolkit
/**
* Constant holding the current version.
*/
public const VERSION = '9.9.0';
public const VERSION = '9.9.1';

/**
* Returns the Toolkit root.
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/commands/tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
[WARNING] Failed to get Toolkit version from composer.lock.
Minimum version: ^9.6
Current version: 9.9.0
Current version: 9.9.1
Version check: OK
- command: toolkit:check-version
Expand All @@ -99,7 +99,7 @@
> Checking Toolkit version:
Minimum version: ^9.6
Current version: 9.9.0
Current version: 9.9.1
Version check: OK
- command: toolkit:vendor-list
Expand Down

0 comments on commit dcbd03f

Please sign in to comment.