Skip to content

Commit

Permalink
Merge pull request #268 from jolicode/release
Browse files Browse the repository at this point in the history
Prepare v0.12.0
  • Loading branch information
lyrixx committed Feb 6, 2024
2 parents c659395 + 90a4398 commit e07a221
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

## Not released yet

* Add an error handler, and wire the logger to it so display deprecation notices
## 0.12.0 (2024-02-06)

* Add a `debug` command
* Add `guard_min_version()` function to ensure a minimum version of Castor is used
* Add `wait_for_http_response()` function for a more generic response check
* Add `wait_for_docker_container()` function to wait for a docker container to be ready
* Add `AsSymfonyTask` attribute to map Symfony Command
* Add a `debug` command
* Add `Context->name` property (automatically set by the application)
* Add an error handler, and wire the logger to it so display deprecation notices
* Edited the duration of update check from `60 days` to `24 hours`
* Revise the usage of the terms `command` and `task` for consistency through code and docs.
* [BC Break] Remove `callable $responseChecker` parameter from `wait_for_http_status()`
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.11.1';
public const VERSION = 'v0.12.0';

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

0 comments on commit e07a221

Please sign in to comment.