From fffc0ff9ca73467772f9623239b1e5962f62fe9e Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 7 Feb 2017 17:45:00 +0200 Subject: [PATCH 1/5] Renamed LICENSE --- LICENSE => LICENSE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE.md (100%) diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md From 20fd92412e912464c4f07389acac233a644640a8 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 7 Feb 2017 17:45:41 +0200 Subject: [PATCH 2/5] New changelog, testing `github_changelog_generator` out --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 857a7a6..c0dd2cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ 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` \ No newline at end of file +## [0.0.1](https://github.com/superhelio/commands/tree/0.0.1) (2017-02-07) +- `superhelio:reload` + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file From 671bb0300b1e4fa2c3e49782f07549063e87ed14 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Tue, 7 Feb 2017 17:47:29 +0200 Subject: [PATCH 3/5] Updated changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0dd2cb..6062612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ 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/). +## Unreleased +- 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` - -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file From be99c7581246c3436bf5384eecd1d9223645b3d3 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 8 Feb 2017 10:20:33 +0200 Subject: [PATCH 4/5] Fixed Scrutinizer reported issue --- CHANGELOG.md | 1 + src/Commands/Reload.php | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6062612..f53080e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +- Fixed Scrutinizer reported issue - Renamed LICENSE - Tested `github_changelog_generator`, but did not like it diff --git a/src/Commands/Reload.php b/src/Commands/Reload.php index 7bf6f69..ab29c5a 100644 --- a/src/Commands/Reload.php +++ b/src/Commands/Reload.php @@ -22,8 +22,6 @@ class Reload extends Command /** * Create a new command instance. - * - * @return void */ public function __construct() { From ee3fefbe637ead6ae411521d323a26515623ede7 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 8 Feb 2017 10:22:02 +0200 Subject: [PATCH 5/5] Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f53080e..f81fd65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/). -## Unreleased +## [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