6 Commits
0.0.1 ... 1.0.0

Author SHA1 Message Date
Ismo Vuorinen
ee3fefbe63 Changelog 2017-02-08 10:22:02 +02:00
Ismo Vuorinen
be99c75812 Fixed Scrutinizer reported issue 2017-02-08 10:20:33 +02:00
Ismo Vuorinen
671bb0300b Updated changelog 2017-02-07 17:47:29 +02:00
Ismo Vuorinen
20fd92412e New changelog, testing github_changelog_generator out 2017-02-07 17:45:41 +02:00
Ismo Vuorinen
fffc0ff9ca Renamed LICENSE 2017-02-07 17:45:00 +02:00
Ismo Vuorinen
25840e0c5c Merge branch 'release/0.0.1' into develop 2017-02-07 17:24:32 +02:00
3 changed files with 7 additions and 5 deletions

View File

@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.0.1 - 2017-02-07
### Added
- `superhelio:reload`
## [1.0.0](https://github.com/superhelio/commands/tree/1.0.0) (2017-02-08)
- Fixed Scrutinizer reported issue
- Renamed LICENSE
- Tested `github_changelog_generator`, but did not like it
## [0.0.1](https://github.com/superhelio/commands/tree/0.0.1) (2017-02-07)
- `superhelio:reload`

View File

View File

@@ -22,8 +22,6 @@ class Reload extends Command
/**
* Create a new command instance.
*
* @return void
*/
public function __construct()
{