Skip to content

Commit

Permalink
Merge pull request #791 from davedevelopment/1.0-release
Browse files Browse the repository at this point in the history
1.0 release
  • Loading branch information
davedevelopment committed Oct 6, 2017
2 parents 4e1a46e + 07e0cae commit 1bac8c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 1.0.0 (XXXX-XX-XX)
## 1.0.0 (2017-09-06)

* Destructors (`__destruct`) are stubbed out where it makes sense
* Allow passing a closure argument to `withArgs()` to validate multiple arguments at once.
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,18 @@ $double->allows()->doFoo()->andReturns(123);
$double->foo(); // int(123)
```

## Versioning

The Mockery team attempts to adhere to [Semantic Versioning](http://semver.org),
however, some of Mockery's internals are considered private and will be open to
change at any time. Just because a class isn't final, or a method isn't marked
private, does not mean it constitutes part of the API we guarantee under the
versioning scheme.

### Alternative Runtimes

Mockery will attempt to continue support HHVM, but will not make any guarantees.

## A new home for Mockery

⚠️️ Update your remotes! Mockery has transferred to a new location. While it was once
Expand Down

0 comments on commit 1bac8c3

Please sign in to comment.