Skip to content

Commit d3632d1

Browse files
committed
Release 0.2.0
1 parent 5495b98 commit d3632d1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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.1.0-blueviolet.svg)](https://github.com/steevanb/php-parallel-processes/tree/0.1.0)
1+
[![Version](https://img.shields.io/badge/version-0.2.0-blueviolet.svg)](https://github.com/steevanb/php-parallel-processes/tree/0.2.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,015-blue.svg)
3+
![Lines](https://img.shields.io/badge/code%20lines-4,048-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)
66
![Coverage](https://img.shields.io/badge/coverage-75%25-success.svg)
@@ -13,5 +13,5 @@ Work in progress ;)
1313
# Installation
1414

1515
```
16-
composer require steevanb/php-parallel-processes ^0.1
16+
composer require steevanb/php-parallel-processes ^0.2
1717
```

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.2.0](../../compare/0.1.0...0.2.0) - 2021-09-11
4+
35
- Rework binaries
46
- Update `composer require` documentation in `README.md` in GitHub Actions workflow `Release`
57

0 commit comments

Comments
 (0)