Skip to content

Commit

Permalink
Merge pull request #270 from jolicode/r
Browse files Browse the repository at this point in the history
Prepare v0.12.1
  • Loading branch information
pyrech committed Feb 6, 2024
2 parents 270e0de + 6d710ae commit 84fbf7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Not released yet

## 0.12.1 (2024-02-06)

* Fix issue with symfony console (color doesn't work in tmux or screen)

## 0.12.0 (2024-02-06)

* Add a `debug` command
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
class Application extends SymfonyApplication
{
public const NAME = 'castor';
public const VERSION = 'v0.12.0';
public const VERSION = 'v0.12.1';

// "Current" objects availables at some point of the lifecycle
private InputInterface $input;
Expand Down

0 comments on commit 84fbf7e

Please sign in to comment.