Skip to content

Commit

Permalink
Merge pull request #461 from jolicode/prepare-0-16
Browse files Browse the repository at this point in the history
Prepare v0.16
  • Loading branch information
pyrech authored May 22, 2024
2 parents 0455553 + 6b4bb59 commit 1f6646d
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.16.0 (2024-05-22)

### Features

* Totally rework the import feature. Castor use special `castor.composer.json`
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.15.0';
public const VERSION = 'v0.16.0';

private Command $command;

Expand Down

0 comments on commit 1f6646d

Please sign in to comment.