Skip to content

Commit

Permalink
Release version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgq committed Jun 3, 2018
1 parent 04d11f5 commit 130a842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
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](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.1.2] - 2018-06-03
### Added
- Added a Contributors file.
- Added Scrutinizer support.
Expand Down Expand Up @@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release.

[Unreleased]: https://github.com/jmgq/php-a-star/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/jmgq/php-a-star/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/jmgq/php-a-star/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/jmgq/php-a-star/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/jmgq/php-a-star/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@ A Star algorithm for PHP
========================
[![Latest Stable Version](https://poser.pugx.org/jmgq/a-star/v/stable.svg)](https://packagist.org/packages/jmgq/a-star)
[![Build Status](https://travis-ci.org/jmgq/php-a-star.svg)](https://travis-ci.org/jmgq/php-a-star)
[![Coverage Status](https://coveralls.io/repos/jmgq/php-a-star/badge.png)](https://coveralls.io/r/jmgq/php-a-star)
[![Coverage Status](https://coveralls.io/repos/github/jmgq/php-a-star/badge.svg)](https://coveralls.io/github/jmgq/php-a-star)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/jmgq/php-a-star/badges/quality-score.png)](https://scrutinizer-ci.com/g/jmgq/php-a-star)
[![SemVer](http://img.shields.io/:semver-2.0.0-brightgreen.svg)](http://semver.org/spec/v2.0.0.html)
[![License](https://poser.pugx.org/jmgq/a-star/license.svg)](https://packagist.org/packages/jmgq/a-star)
Expand Down

0 comments on commit 130a842

Please sign in to comment.