From 8376c4235dfbbe98c2238ddeb9fb13a223cc201d Mon Sep 17 00:00:00 2001 From: Zhuk Sergey Date: Sun, 3 Nov 2019 15:00:47 +0300 Subject: [PATCH] Prepare release --- CHANGELOG.md | 3 +++ src/ConsoleApplication.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e842b..9a151aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.5.1 (2019-11-03) +* Fix: ability to disable the spinner [#48](https://github.com/seregazhuk/php-watcher/pull/48) + ## 0.5.0 (2019-11-01) * Feature: watching whether the script is alive [#47](https://github.com/seregazhuk/php-watcher/pull/47) diff --git a/src/ConsoleApplication.php b/src/ConsoleApplication.php index ea20af1..8aef978 100644 --- a/src/ConsoleApplication.php +++ b/src/ConsoleApplication.php @@ -7,7 +7,7 @@ final class ConsoleApplication extends Application { public const NAME = 'PHP-Watcher'; - public const VERSION = '0.5.0'; + public const VERSION = '0.5.1'; public function __construct() {