Skip to content

Commit

Permalink
Prepare v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Jan 11, 2024
1 parent a09e46f commit 1296956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.11.0 (2024-01-11)

* Add `AsListener` attribute to register an event listener
* Add `wait_for()`, `wait_for_port()`, `wait_for_url()`, `wait_for_http_status()` functions
* Allow to override `AsTask` and `AsContext` attributes
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
class Application extends SymfonyApplication
{
public const NAME = 'castor';
public const VERSION = 'v0.10.0';
public const VERSION = 'v0.11.0';

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

0 comments on commit 1296956

Please sign in to comment.