Skip to content

Commit 341bc63

Browse files
committed
Release 0.10.0
1 parent c53ee5a commit 341bc63

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Version](https://img.shields.io/badge/version-0.9.0-blueviolet.svg)](https://github.com/steevanb/php-parallel-processes/tree/0.9.0)
1+
[![Version](https://img.shields.io/badge/version-0.10.0-blueviolet.svg)](https://github.com/steevanb/php-parallel-processes/tree/0.10.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,639-blue.svg)
3+
![Lines](https://img.shields.io/badge/code%20lines-5,648-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)
66
![Coverage](https://img.shields.io/badge/coverage-53%25-success.svg)
@@ -13,7 +13,7 @@ Work in progress ;)
1313
# Installation
1414

1515
```
16-
composer require steevanb/php-parallel-processes ^0.9
16+
composer require steevanb/php-parallel-processes ^0.10
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.10.0](../../compare/0.9.0...0.10.0) - 2023-02-21
4+
35
- Update [steevanb/php-typed-array](https://github.com/steevanb/php-typed-array) to 4.0
46

57
### [0.9.0](../../compare/0.8.3...0.9.0) - 2023-02-20
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
REPOSITORY_VERSION=0.9.0
1+
REPOSITORY_VERSION=0.10.0

0 commit comments

Comments
 (0)