Skip to content

Commit

Permalink
Prepare release 9.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed May 31, 2023
1 parent 9b00c96 commit eb16ebc
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.10.0
- DQA-7047: Deploy commands run drush cr as first.
- DQA-5985: Update default value of toolkit to match the new environment.

## Version 9.9.4
- DQA-7005: Fix regression with QA_WEBSITE_URL override.
- DQA-7025: Fix curl redirection behaviour.
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.4">
<version number="9.10.0">
<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.4';
public const VERSION = '9.10.0';

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

0 comments on commit eb16ebc

Please sign in to comment.