From 5980ce6939f61885c861e2b29de88bb29ce7843c Mon Sep 17 00:00:00 2001 From: Daniel Bannert Date: Fri, 2 Nov 2018 16:04:38 +0100 Subject: [PATCH] updated changelog (#95) | Q | A | --------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | - | License | MIT | Doc PR | - --- CHANGELOG.md | 14 ++++++++++++++ doc/CONFIGURATORS.md | 8 ++++---- src/Automatic/Automatic.php | 2 +- src/Security/SecurityPlugin.php | 2 +- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d70684e..7efedacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +v0.9.0 +====== + +- Total issues resolved: **2** +- Total pull requests resolved: **1** +- Total contributors: **1** + +Changed +------- + + - [94: removed dependency on ext-mbstring](https://github.com/narrowspark/automatic/pull/94) thanks to @prisis + - [93: upgrade coding-standard to v1.4.0](https://github.com/narrowspark/automatic/issues/93) thanks to @prisis + - [92: changed min version of php to 7.1](https://github.com/narrowspark/automatic/issues/92) thanks to @prisis + ## v0.8.6 - Total issues resolved: **0** diff --git a/doc/CONFIGURATORS.md b/doc/CONFIGURATORS.md index 6fbf9509..8b3f33fa 100644 --- a/doc/CONFIGURATORS.md +++ b/doc/CONFIGURATORS.md @@ -72,7 +72,7 @@ The `###> your-package-name-here ###` section separators are needed by Narrowspa to detect the contents added by this dependency in case you uninstall it later. > !!! Don't remove or modify these separators. -Composer Auto Scripts Configurator `composer-auto-scripts` +### Composer Auto Scripts Configurator `composer-auto-scripts` Registers `auto-scripts` in the `composer-scripts` section of the root `composer.json` file to execute them automatically when running `composer install` and `composer update`. @@ -88,7 +88,7 @@ The value is an associative array where the key is the script to execute (includ } } ``` -Composer Scripts Configurator `composer-scripts` +### Composer Scripts Configurator `composer-scripts` Registers [composer scripts](https://getcomposer.org/doc/articles/scripts.md) in the `composer-scripts` section of the root `composer.json` file. Only the composer `command`, `installer` and `package` events are supported, you will get a warning if other events a used. @@ -134,7 +134,7 @@ final class ScriptExtender extends AbstractScriptExtender } ``` -Git ignore Configurator `gitignore` +### Gitignore Configurator `gitignore` Adds patterns to the ``.gitignore`` file in your project. Define those patterns as a simple array of strings (a `PHP_EOL` character is added after @@ -157,7 +157,7 @@ Similar to other configurators, the contents are copied into the `.gitignore` file and wrapped with section separators (``###> your-package-name-here ###``) that must not be removed or modified. -The package messages `post-messages` +### The package messages `post-messages` Displays contents in the command console after the package has been installed. Avoid outputting meaningless information and use it only when you need to show diff --git a/src/Automatic/Automatic.php b/src/Automatic/Automatic.php index 685e00ab..63b4c558 100644 --- a/src/Automatic/Automatic.php +++ b/src/Automatic/Automatic.php @@ -61,7 +61,7 @@ class Automatic implements PluginInterface, EventSubscriberInterface /** * @var string */ - public const VERSION = '0.8.6'; + public const VERSION = '0.9.0'; /** * @var string diff --git a/src/Security/SecurityPlugin.php b/src/Security/SecurityPlugin.php index d8b588ac..7c388b9a 100644 --- a/src/Security/SecurityPlugin.php +++ b/src/Security/SecurityPlugin.php @@ -26,7 +26,7 @@ class SecurityPlugin implements PluginInterface, EventSubscriberInterface, Capab /** * @var string */ - public const VERSION = '0.8.6'; + public const VERSION = '0.9.0'; /** * @var string