Skip to content

Commit

Permalink
Merge pull request #510 from jolicode/release-0-18
Browse files Browse the repository at this point in the history
Prepare release v0.18.0
  • Loading branch information
pyrech authored Aug 27, 2024
2 parents 464398d + 44588c2 commit 8dc9ad1
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 48 deletions.
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.18.0 (2024-08-27)

### Features

* Add `Castor\CommandBuilder\CommandBuilderInterface` which allows to build nice API for command line software
Expand Down
94 changes: 47 additions & 47 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.17.1';
public const VERSION = 'v0.18.0';

private Command $command;

Expand Down

0 comments on commit 8dc9ad1

Please sign in to comment.