Skip to content

Commit

Permalink
Merge pull request #375 from jolicode/release
Browse files Browse the repository at this point in the history
Prepare v0.15.0 release
  • Loading branch information
lyrixx committed Apr 3, 2024
2 parents b13c34d + 57593d9 commit 9145740
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 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.15.0 (2024-04-03)

### Features

* Add support for importing remote functions and tasks
* Add a bash installer to ease installation
* Distribute static binaries `castor.darwin-arm64` automatically with the
Expand All @@ -16,10 +20,14 @@
* Find root directory by looking for a `.castor/castor.php` file
* Allow stub file to be in `.castor/.castor.stub.php`

### Fixes

* Fix issue with PTY on windows, it's now always disabled
* Fix issue when finding root dir on windows
* Fix issue on SymfonyTask creation

### Deprecations

* Deprecate loading all PHP files from `[ROOT_DIR]/castor`
* Deprecate `Context::withPath()` in favor of `Context::withWorkingDirectory()`
* Deprecate `path` argument in `capture()`, `exit_code()`, `run()`, `with()` in
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
class Application extends SymfonyApplication
{
public const NAME = 'castor';
public const VERSION = 'v0.14.0';
public const VERSION = 'v0.15.0';

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

0 comments on commit 9145740

Please sign in to comment.