File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.4.1 (2019-10-15)
2+ * Fix: CLI empty options override values from config file [ #30 ] ( https://github.com/seregazhuk/php-watcher/pull/30 )
3+
14## 0.4.0 (2019-10-15)
25* Fix: allow to listen to signals when running inside the docker container [ #27 ] ( https://github.com/seregazhuk/php-watcher/pull/27 )
36* Feature: send custom signals to restart the app [ #27 ] ( https://github.com/seregazhuk/php-watcher/pull/27 )
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.0 ' );
11+ parent ::__construct ('PHP-Watcher ' , '0.4.1 ' );
1212 $ this ->add (new WatcherCommand ());
1313 }
1414
You can’t perform that action at this time.
0 commit comments