Skip to content

Commit 7b0d77b

Browse files
committed
Prepare release
1 parent 67df3be commit 7b0d77b

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.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)

src/ConsoleApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
final 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
{

0 commit comments

Comments
 (0)