Skip to content

Commit

Permalink
bump version, update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Suhayb Wardany <me@suw.me>
  • Loading branch information
suwardany committed Feb 23, 2017
1 parent a132045 commit c32a7eb
Show file tree
Hide file tree
Showing 25 changed files with 30 additions and 24 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ We do not give estimated times for completion on `Accepted` Proposals.

---

### v2.0.1 - 2017-02-23

`UPDATED`

- use various laravel contracts.

### v2.0.0 - 2017-02-23

`UPDATED`
Expand Down
2 changes: 1 addition & 1 deletion src/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/NamespacedEntityInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license Cartalyst PSL
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/ValidatorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Handlers/EventHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Handlers/EventHandlerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Mailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/ContainerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/EventTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/MailerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/NamespacedEntityTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/RepositoryTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Traits/ValidatorTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion src/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion tests/CollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion tests/Handlers/EventHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion tests/MailerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion tests/Traits/ContainerTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion tests/Traits/EventTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion tests/Traits/MailerTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion tests/Traits/NamespacedEntityTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion tests/Traits/RepositoryTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion tests/Traits/ValidatorTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down
2 changes: 1 addition & 1 deletion tests/ValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* bundled with this package in the LICENSE file.
*
* @package Support
* @version 2.0.0
* @version 2.0.1
* @author Cartalyst LLC
* @license BSD License (3-clause)
* @copyright (c) 2011-2017, Cartalyst LLC
Expand Down

0 comments on commit c32a7eb

Please sign in to comment.