Skip to content

Commit

Permalink
Prepare the 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davedevelopment committed Feb 5, 2014
1 parent 2a813f5 commit 0fd49fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.9.0 (2014-XX-XX)
# 0.9.0 (2014-02-05)

* Allow mocking classes with final __wakeup() method
* Quick definitions are now always `byDefault`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ phpunit-mock-objects without the World ending.

Mockery is released under a New BSD License.

The current released version for PEAR is 0.8.0. Composer users may instead opt to use
the current master branch in lieu of using the more static 0.8.0 git tag.
The current released version for PEAR is 0.9.0. Composer users may instead opt to use
the current master branch in lieu of using the more static 0.9.0 git tag.
The build status of the current master branch is tracked by Travis CI:
[![Build Status](https://travis-ci.org/padraic/mockery.png?branch=master)](http://travis-ci.org/padraic/mockery)

Expand Down
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<email>padraic.brady@yahoo.com</email>
<active>yes</active>
</lead>
<date>2013-04-01</date>
<time>13:00:00</time>
<date>2014-02-05</date>
<time>21:23:00</time>
<version>
<release>0.8.0</release>
<api>0.8.0</api>
<release>0.9.0</release>
<api>0.9.0</api>
</version>
<stability>
<release>stable</release>
Expand Down

0 comments on commit 0fd49fd

Please sign in to comment.