From 4b1ab3c302ce3f24d33c98a7fd1d426740d13b20 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Thu, 11 Jul 2019 16:25:33 +0100 Subject: [PATCH] Version bump 0.3.0 --- .github_changelog_generator | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index d7d1869..e5c4492 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1,2 +1,2 @@ unreleased=true -future-release=0.2.3 +future-release=0.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5386951..57fe582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Change Log +## [0.3.0](https://github.com/ItinerisLtd/itineris-wp-coding-standards/tree/0.3.0) (2019-07-11) +[Full Changelog](https://github.com/ItinerisLtd/itineris-wp-coding-standards/compare/0.2.3...0.3.0) + +**Merged pull requests:** + +- Update to `wp-coding-standards/wpcs:^2.1`; Ditch `automattic/vipwpcs` [\#18](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/18) ([TangRufus](https://github.com/TangRufus)) + ## [0.2.3](https://github.com/ItinerisLtd/itineris-wp-coding-standards/tree/0.2.3) (2019-03-20) [Full Changelog](https://github.com/ItinerisLtd/itineris-wp-coding-standards/compare/0.2.2...0.2.3) **Merged pull requests:** +- Version bump 0.2.3 [\#17](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/17) ([TangRufus](https://github.com/TangRufus)) - Exclude rules [\#16](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/16) ([TangRufus](https://github.com/TangRufus)) - Readme: Better comment about `phpcs` arguments [\#15](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/15) ([TangRufus](https://github.com/TangRufus)) - Readme: Scan only PHP files [\#14](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/14) ([TangRufus](https://github.com/TangRufus)) diff --git a/README.md b/README.md index 11031cb..d8d03c4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ - [FAQs](#faqs) - [Will you add support for older PHP versions?](#will-you-add-support-for-older-php-versions) - [It looks awesome. Where can I find some more goodies like this?](#it-looks-awesome-where-can-i-find-some-more-goodies-like-this) - - [This isn't on wp.org. Where can I give a ⭐️⭐️⭐️⭐️⭐️ review?](#this-isnt-on-wporg-where-can-i-give-a-%EF%B8%8F%EF%B8%8F%EF%B8%8F%EF%B8%8F%EF%B8%8F-review) + - [This isn't on wp.org. Where can I give a :star::star::star::star::star: review?](#this-isnt-on-wporg-where-can-i-give-a-starstarstarstarstar-review) - [Feedback](#feedback) - [Change Log](#change-log) - [Security](#security)