Skip to content

Commit

Permalink
Version bump 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Feb 18, 2019
1 parent 639d4ee commit 0a45a22
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
@@ -1,2 +1,2 @@
unreleased=true
future-release=0.2.0
future-release=0.2.1
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,10 +1,20 @@
# Change Log

## [0.2.1](https://github.com/ItinerisLtd/itineris-wp-coding-standards/tree/0.2.1) (2019-02-18)
[Full Changelog](https://github.com/ItinerisLtd/itineris-wp-coding-standards/compare/0.2.0...0.2.1)

**Merged pull requests:**

- Readme: Fix example [\#10](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/10) ([TangRufus](https://github.com/TangRufus))
- Exclude `WordPressVIPMinimum.VIP.RestrictedFunctions.wp\_remote\_get\_wp\_remote\_get` [\#9](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/9) ([TangRufus](https://github.com/TangRufus))
- Readme: Better example [\#8](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/8) ([TangRufus](https://github.com/TangRufus))

## [0.2.0](https://github.com/ItinerisLtd/itineris-wp-coding-standards/tree/0.2.0) (2019-01-28)
[Full Changelog](https://github.com/ItinerisLtd/itineris-wp-coding-standards/compare/0.1.0...0.2.0)

**Merged pull requests:**

- Version bump 0.2.0 [\#7](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/7) ([TangRufus](https://github.com/TangRufus))
- Fix: composer require automattic/vipwpcs [\#6](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/6) ([TangRufus](https://github.com/TangRufus))
- Add PSR12 [\#5](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/5) ([TangRufus](https://github.com/TangRufus))
- composer update [\#4](https://github.com/ItinerisLtd/itineris-wp-coding-standards/pull/4) ([TangRufus](https://github.com/TangRufus))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
"dev-master": "0.2.x-dev"
}
},
"prefer-stable": true,
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a45a22

Please sign in to comment.