Skip to content

Commit

Permalink
Prep for 2.0.0-alpha1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhedstrom committed Mar 19, 2018
1 parent aa772f2 commit f688276
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [2.0.0 alpha1] 2018-03-19
### Added
* [#113](https://github.com/jhedstrom/DrupalDriver/pull/113): Drupal 7 entity
create/delete support.
Expand Down Expand Up @@ -42,5 +43,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
docblock for `CoreInterface::roleCreate`.


[Unreleased]: https://github.com/jhedstrom/DrupalDriver/compare/v1.4.0...HEAD
[Unreleased]: https://github.com/jhedstrom/DrupalDriver/compare/v2.0.0-alpha1...HEAD
[2.0.0 alpha1]: https://github.com/jhedstrom/DrupalDriver/compare/v1.4.0...v2.0.0-alpha1
[1.4.0]: https://github.com/jhedstrom/DrupalDriver/compare/v1.3.2...v1.4.0
1 change: 1 addition & 0 deletions phpcs-ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<exclude-pattern>*/reports/*</exclude-pattern>
<exclude-pattern>*/spec/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*/CHANGELOG.md</exclude-pattern>
<exclude-pattern>*/README.md</exclude-pattern>

</ruleset>

0 comments on commit f688276

Please sign in to comment.