Skip to content

Commit

Permalink
Prepare release 9.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed May 12, 2023
1 parent c66bb3f commit 8f1f035
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Toolkit change log

## Version 9.9.3
- DQA-6996: Fix regression with php lint.

## Version 9.9.2
- DQA-6954: Remove sudo references.
- DQA-6889: runner.yml.dist - forcing reverse proxy settings for all repo.
Expand Down
5 changes: 3 additions & 2 deletions docs/guide/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ See bellow current list of available commands:
.. code-block::
Available commands:
completion Dump the shell completion script
config Dumps the current or given configuration.
help Displays help for a command
list Lists commands
help Display help for a command
list List commands
docker
docker:refresh-configuration [dk-rc] Update docker-compose.yml file based on project's configurations.
drupal
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.2">
<version number="9.9.3">
<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.2';
public const VERSION = '9.9.3';

/**
* 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.2
Current version: 9.9.3
Version check: OK
- command: toolkit:check-version
Expand All @@ -99,7 +99,7 @@
> Checking Toolkit version:
Minimum version: ^9.6
Current version: 9.9.2
Current version: 9.9.3
Version check: OK
- command: toolkit:vendor-list
Expand Down

0 comments on commit 8f1f035

Please sign in to comment.