Skip to content

Commit

Permalink
Merge pull request #556 from jolicode/release-0-19-1
Browse files Browse the repository at this point in the history
Prepare release v0.19.1
  • Loading branch information
lyrixx authored Nov 4, 2024
2 parents 6fa1818 + 85065fc commit 158b785
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,9 +2,13 @@

## Not released yet

## 0.19.1 (2024-11-04)

### Fixes

* Add GetRawTokenTrait definition in stubs
* Fix stubs to better support templates phpdoc and clean stubs file
* Fix deprecations when using ssh functions

## 0.19.0 (2024-10-29)

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

private Command $command;

Expand Down

0 comments on commit 158b785

Please sign in to comment.