Skip to content

Commit eff9657

Browse files
committed
Prepare v1.5.0 release
1 parent bfe1a5d commit eff9657

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.5.0 (2022-02-15)
4+
5+
* Feature: Improve PHAR support, support spawning worker process from PHARs without file extension.
6+
(#61 by @clue)
7+
8+
* Improve test suite and update clue/phar-composer to avoid skipped tests on Windows.
9+
(#60 by @clue)
10+
311
## 1.4.0 (2022-01-11)
412

513
* Feature: Support running from PHAR.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ This project follows [SemVer](https://semver.org/).
438438
This will install the latest supported version:
439439

440440
```bash
441-
$ composer require clue/reactphp-sqlite:^1.4
441+
$ composer require clue/reactphp-sqlite:^1.5
442442
```
443443

444444
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)