Skip to content

Commit

Permalink
releasing v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Halleck45 committed Jun 26, 2020
1 parent 1dd4d3c commit dc6d852
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .semver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:major: 2
:minor: 6
:patch: 2
:minor: 7
:patch: 0
:special: ''
6 changes: 3 additions & 3 deletions artifacts/bintray.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"licenses": ["MIT"]
},
"version": {
"name": "v2.6.2",
"name": "v2.7.0",
"desc": "Latest version of PhpMetrics",
"released": "2020-04-02",
"vcs_tag": "v2.6.2",
"released": "2020-06-26",
"vcs_tag": "v2.7.0",
"attributes": [],
"gpgSign": false
},
Expand Down
13 changes: 13 additions & 0 deletions artifacts/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
phpmetrics (2.6.1) unstable; urgency=low
* Improved UI with help and gradients
* Merge pull request #421 from phpmetrics/improved_ui
* releasing v2.6.2
* New composer report and improved UI
* Merge pull request #424 from phpmetrics/ui_composer
* Group analyzed components by layer
* Merge pull request #428 from phpmetrics/config_group

-- Jean-François Lépine <lepinejeanfrancois@yahoo.fr> Fri, 26 Jun 2020 22:22:02 +0200

phpmetrics (2.6.0) unstable; urgency=low
* Force GPG key for relasing
* Improved page rank report, and UI #416
Expand Down Expand Up @@ -792,6 +803,8 @@ phpmetrics (1.8.2) unstable; urgency=low








4 changes: 2 additions & 2 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ export PATH=~/.composer/vendor/bin:$PATH
## Phar

```bash
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.6.2/phpmetrics.phar
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.0/phpmetrics.phar
chmod +x phpmetrics.phar && mv phpmetrics.phar /usr/local/bin/phpmetrics
```

## Apt (Debian, Ubuntu...)

```bash
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.6.2/phpmetrics.deb
curl https://github.com/phpmetrics/PhpMetrics/releases/download/v2.7.0/phpmetrics.deb
dpkg -i phpmetrics.deb
```

Expand Down
Binary file modified releases/phpmetrics.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function recurse_copy($src, $dst)
*/
function getVersion()
{
return 'v2.6.2';
return 'v2.7.0';
}

/**
Expand Down

0 comments on commit dc6d852

Please sign in to comment.