Skip to content

Commit 98755a8

Browse files
committed
Release 0.15.0
1 parent 9f825ca commit 98755a8

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

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.14.0-blueviolet.svg)](https://github.com/steevanb/php-parallel-processes/tree/0.14.0)
1+
[![Version](https://img.shields.io/badge/version-0.15.0-blueviolet.svg)](https://github.com/steevanb/php-parallel-processes/tree/0.15.0)
22
[![PHP](https://img.shields.io/badge/php-^8.1-blue.svg)](https://php.net)
3-
![Lines](https://img.shields.io/badge/code%20lines-6,198-blue.svg)
3+
![Lines](https://img.shields.io/badge/code%20lines-6,102-blue.svg)
44
![Downloads](https://poser.pugx.org/steevanb/php-parallel-processes/downloads)
55
![GitHub workflow status](https://img.shields.io/github/actions/workflow/status/steevanb/php-parallel-processes/ci.yml?branch=master)
6-
![Coverage](https://img.shields.io/badge/coverage-48%25-success.svg)
6+
![Coverage](https://img.shields.io/badge/coverage-46%25-success.svg)
77

88
# php-parallel-processes
99

@@ -12,7 +12,7 @@ Work in progress ;)
1212
# Installation
1313

1414
```
15-
composer require steevanb/php-parallel-processes ^0.14
15+
composer require steevanb/php-parallel-processes ^0.15
1616
```
1717

1818
# 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.15.0](../../compare/0.14.0...0.15.0) - 2024-10-24
4+
35
- [BC Break] Remove `StartCondition::addProcessTerminated()`, `addProcessSuccessful()` and `addProcessFailed()`: use `getProcesses[Terminated|Successful|Failed]()->add()` instead
46
- Update `steevanb/php-collection` dependency to `^6.0`
57
- Remove readonly mode in collections
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
REPOSITORY_VERSION=0.14.0
1+
REPOSITORY_VERSION=0.15.0

0 commit comments

Comments
 (0)