Skip to content

Commit

Permalink
Merge pull request #199 from jolicode/release
Browse files Browse the repository at this point in the history
Prepare v0.10.0
  • Loading branch information
lyrixx committed Nov 14, 2023
2 parents d272fab + dde85ca commit 02bc880
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Not released yet

## 0.10.0 (2023-11-14)

* Add `ssh_upload()` and `ssh_download()` functions to upload/download files via SSH
* Rename `ssh()` to `ssh_run()`
* Allow to set default context with an env variable
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Expand Up @@ -36,7 +36,7 @@
class Application extends SymfonyApplication
{
public const NAME = 'castor';
public const VERSION = 'v0.9.1';
public const VERSION = 'v0.10.0';

public function __construct(
private readonly string $rootDir,
Expand Down

0 comments on commit 02bc880

Please sign in to comment.