Skip to content

Commit d99c95a

Browse files
committed
Prepare release
1 parent fe6c6b4 commit d99c95a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

src/ConsoleApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)