Skip to content

Commit

Permalink
Merge pull request #576 from jolicode/release-0.21
Browse files Browse the repository at this point in the history
Release v0.21.0
  • Loading branch information
lyrixx authored Nov 19, 2024
2 parents bf1a8b6 + 7c149f6 commit 0a57251
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 34 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Not released yet

## 0.21.0 (2024-11-19)

### Features

* Better rendering of run errors
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"require": {
"php": ">=8.1",
"composer/composer": "^2.8.2",
"composer/composer": "^2.8.3",
"jolicode/jolinotif": "^3.0.0",
"jolicode/php-os-helper": "^0.1.0",
"monolog/monolog": "^3.8",
Expand Down
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
class Application extends SymfonyApplication
{
public const NAME = 'castor';
public const VERSION = 'v0.20.0';
public const VERSION = 'v0.21.0';

private Command $command;

Expand Down
24 changes: 12 additions & 12 deletions tools/php-cs-fixer/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/phpstan/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "project",
"license": "MIT",
"require": {
"phpstan/phpstan": "^1.12.10"
"phpstan/phpstan": "^1.12.11"
},
"config": {
"bump-after-update": true,
Expand Down
18 changes: 9 additions & 9 deletions tools/phpstan/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a57251

Please sign in to comment.