Skip to content

Commit 1920bed

Browse files
committed
Release 0.5.0
1 parent fa87212 commit 1920bed

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[![Version](https://img.shields.io/badge/version-0.4.0-blueviolet.svg)](https://github.com/steevanb/php-parallel-processes/tree/0.4.0)
1+
[![Version](https://img.shields.io/badge/version-0.5.0-blueviolet.svg)](https://github.com/steevanb/php-parallel-processes/tree/0.5.0)
22
[![PHP](https://img.shields.io/badge/php-^7.4||^8.0-blue.svg)](https://php.net)
3-
![Lines](https://img.shields.io/badge/code%20lines-4,735-blue.svg)
3+
![Lines](https://img.shields.io/badge/code%20lines-4,824-blue.svg)
44
![Downloads](https://poser.pugx.org/steevanb/php-parallel-processes/downloads)
55
![GitHub workflow status](https://img.shields.io/github/workflow/status/steevanb/php-parallel-processes/CI)
6-
![Coverage](https://img.shields.io/badge/coverage-61%25-success.svg)
6+
![Coverage](https://img.shields.io/badge/coverage-60%25-success.svg)
77
![Infection](https://img.shields.io/badge/infection-88%25-success.svg)
88

99
# php-parallel-processes
@@ -13,7 +13,7 @@ Work in progress ;)
1313
# Installation
1414

1515
```
16-
composer require steevanb/php-parallel-processes ^0.4
16+
composer require steevanb/php-parallel-processes ^0.5
1717
```
1818

1919
# Usage with Docker

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### master
22

3+
### [0.5.0](../../compare/0.4.0...0.5.0) - 2022-02-14
4+
35
- Add `ProcessFactory::createRemoveFileProcess()`
46

57
### [0.4.0](../../compare/0.3.0...0.4.0) - 2022-02-14

0 commit comments

Comments
 (0)