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

Commit 2f1489b

Browse files
Bump PHPCPD version
1 parent d84f305 commit 2f1489b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: ChangeLog.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes in PHPCPD are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [7.0.0] - 2021-MM-DD
6+
7+
### Added
8+
9+
* [#199](https://github.com/sebastianbergmann/phpcpd/pull/199): Suffix Tree-based algorithm for code clone detection
10+
511
## [6.0.3] - 2020-12-07
612

713
### Changed
@@ -85,6 +91,7 @@ All notable changes in PHPCPD are documented in this file using the [Keep a CHAN
8591

8692
* Removed support for PHP versions older than PHP 5.6
8793

94+
[7.0.0]: https://github.com/sebastianbergmann/phpcpd/compare/6.0.3...master
8895
[6.0.3]: https://github.com/sebastianbergmann/phpcpd/compare/6.0.2...6.0.3
8996
[6.0.2]: https://github.com/sebastianbergmann/phpcpd/compare/6.0.1...6.0.2
9097
[6.0.1]: https://github.com/sebastianbergmann/phpcpd/compare/6.0.0...6.0.1

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
],
4141
"extra": {
4242
"branch-alias": {
43-
"dev-master": "6.0-dev"
43+
"dev-master": "7.0-dev"
4444
}
4545
}
4646
}

Diff for: src/CLI/Application.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
final class Application
2929
{
30-
private const VERSION = '6.0.3';
30+
private const VERSION = '7.0';
3131

3232
public function run(array $argv): int
3333
{

0 commit comments

Comments
 (0)