Skip to content

Commit 3a9312e

Browse files
committed
Release 0.12.0
1 parent ee2e2d6 commit 3a9312e

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[![Version](https://img.shields.io/badge/version-0.11.0-blueviolet.svg)](https://github.com/steevanb/php-parallel-processes/tree/0.11.0)
1+
[![Version](https://img.shields.io/badge/version-0.12.0-blueviolet.svg)](https://github.com/steevanb/php-parallel-processes/tree/0.12.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-5,990-blue.svg)
3+
![Lines](https://img.shields.io/badge/code%20lines-6,203-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-50%25-success.svg)
7-
![Infection](https://img.shields.io/badge/infection-86%25-success.svg)
6+
![Coverage](https://img.shields.io/badge/coverage-49%25-success.svg)
7+
![Infection](https://img.shields.io/badge/infection-83%25-success.svg)
88

99
# php-parallel-processes
1010

@@ -13,7 +13,7 @@ Work in progress ;)
1313
# Installation
1414

1515
```
16-
composer require steevanb/php-parallel-processes ^0.11
16+
composer require steevanb/php-parallel-processes ^0.12
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.12.0](../../compare/0.11.0...0.12.0) - 2023-06-01
4+
35
- [#227](https://github.com/steevanb/php-parallel-processes/issues/227) Fix TearDownProcess who never start in some cases
46
- [#226](https://github.com/steevanb/php-parallel-processes/issues/226) Add compatibility with Symfony 6.3
57
- [#228](https://github.com/steevanb/php-parallel-processes/issues/228) Execute phpstan for each Symfony version
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
REPOSITORY_VERSION=0.11.0
1+
REPOSITORY_VERSION=0.12.0

0 commit comments

Comments
 (0)