From 24b569838446c575214d83f85c20368161de42f9 Mon Sep 17 00:00:00 2001 From: Giuseppe Mazzapica Date: Sun, 15 Apr 2018 11:54:55 +0200 Subject: [PATCH] v0.12.0 --- CHANGELOG.md | 2 +- README.md | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9840bb..31b6a73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## not released +## 0.12.0 - Fix bug in `Psr4Sniff` when class has not namespace. - Allow @wp-hook ignore of return type for private and protected methods - Only check public accessors (by default) diff --git a/README.md b/README.md index 8b5b31d..4971034 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It means they can be installed by adding the entry to composer.json `require-dev ```json { "require-dev": { - "inpsyde/php-coding-standards": "~0.11.0" + "inpsyde/php-coding-standards": "~0.12.0" } } ``` diff --git a/composer.json b/composer.json index 4bec44f..34d69a8 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ }, "extra": { "branch-alias": { - "dev-master": "0.11.x-dev" + "dev-master": "0.12.x-dev" } } }