Skip to content

Commit

Permalink
Prepare release 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Apr 5, 2018
1 parent 178fab5 commit 5c07987
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-0.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.12] - 2018-04-05
### Added
* Added support for PHPUnit 7 and `phpunit/php-code-coverage` 6

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# facile-it/paraunit

[![PHP Version](https://img.shields.io/badge/php-%5E7.0-blue.svg)](https://img.shields.io/badge/php-%5E7.0-blue.svg)
[![PHP Version](https://img.shields.io/badge/php-%5E7.1-blue.svg)](https://img.shields.io/badge/php-%5E7.1-blue.svg)
[![Stable release][Last stable image]][Packagist link]
[![Unstable release][Last unstable image]][Packagist link]
[![composer.lock](https://poser.pugx.org/facile-it/paraunit/composerlock)](https://packagist.org/packages/facile-it/paraunit)
Expand All @@ -27,7 +27,7 @@ To use this package, use Composer:
```json
{
"require-dev": {
"facile-it/paraunit": "~0.8"
"facile-it/paraunit": "~0.12"
}
}
```
Expand Down

0 comments on commit 5c07987

Please sign in to comment.