File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.4.2 (2019-10-18)
2+ * Fix: Make script argument required via cli [ #36 ] ( https://github.com/seregazhuk/php-watcher/pull/36 )
3+ * Fix: Move symfony process to dev dependencies [ #34 ] ( https://github.com/seregazhuk/php-watcher/pull/34 )
4+ * Fix: improvements in spinner rendering [ #32 ] ( https://github.com/seregazhuk/php-watcher/pull/32 )
5+
16## 0.4.1 (2019-10-15)
27* Fix: CLI empty options override values from config file [ #30 ] ( https://github.com/seregazhuk/php-watcher/pull/30 )
38
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ final class ConsoleApplication extends Application
88{
99 public function __construct ()
1010 {
11- parent ::__construct ('PHP-Watcher ' , '0.4.1 ' );
11+ parent ::__construct ('PHP-Watcher ' , '0.4.2 ' );
1212 $ this ->add (new WatcherCommand ());
1313 }
1414
You can’t perform that action at this time.
0 commit comments