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.3 (2019-10-28)
2+ * Improved: reused a package for spinner implementation [ #45 ] ( https://github.com/seregazhuk/php-watcher/pull/45 )
3+ * Fix: Output stderr of the underlying script [ #44 ] ( https://github.com/seregazhuk/php-watcher/pull/44 )
4+ * Improved: Improve file changes watching [ #42 ] ( https://github.com/seregazhuk/php-watcher/pull/42 )
5+
16## 0.4.2 (2019-10-18)
27* Fix: Make script argument required via cli [ #36 ] ( https://github.com/seregazhuk/php-watcher/pull/36 )
38* Fix: Move symfony process to dev dependencies [ #34 ] ( https://github.com/seregazhuk/php-watcher/pull/34 )
Original file line number Diff line number Diff line change 77final class ConsoleApplication extends Application
88{
99 public const NAME = 'PHP-Watcher ' ;
10- public const VERSION = '0.4.2 ' ;
10+ public const VERSION = '0.4.3 ' ;
1111
1212 public function __construct ()
1313 {
You can’t perform that action at this time.
0 commit comments