Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit d1fc697

Browse files
committed
Merge branch 'release/2.0.0' into develop
2 parents dc8de26 + 558a7d9 commit d1fc697

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHP-LCS changelog
22

3-
## 2.0.0 (unrelease)
3+
## 2.0.0 (2014-02-17)
44

55
- **[BC BREAK]** Moved to Eloquent
66
- **[NEW]** Customizable comparator

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*An implementation of the 'longest common subsequence' algorithm for PHP.*
44

5-
[![The most recent stable version is 1.0.3][version-image]][Semantic versioning]
5+
[![The most recent stable version is 2.0.0][version-image]][Semantic versioning]
66
[![Current build status image][build-image]][Current build status]
77
[![Current coverage status image][coverage-image]][Current coverage status]
88

@@ -70,4 +70,4 @@ $solver = new LcsSolver(
7070
[Current coverage status]: https://coveralls.io/r/eloquent/php-lcs
7171
[eloquent/lcs]: https://packagist.org/packages/eloquent/lcs
7272
[Semantic versioning]: http://semver.org/
73-
[version-image]: http://img.shields.io/:semver-1.0.3-brightgreen.svg "This project uses semantic versioning"
73+
[version-image]: http://img.shields.io/:semver-2.0.0-brightgreen.svg "This project uses semantic versioning"

0 commit comments

Comments
 (0)