Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed May 24, 2019
1 parent e03a06b commit 0fce936
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## Unreleased
## v0.5.1 (2019-05-24)

### Enhancements

* Add `:skip_optional_callbacks` option to `defmock/2` that allows you to optionally skip the definition of optional callbacks.
* Include arguments in `UnexpectedCallError` exceptions

## v0.5.0 (2019-02-03)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Mox.MixProject do
use Mix.Project

@version "0.5.0"
@version "0.5.1"

def project do
[
Expand Down

0 comments on commit 0fce936

Please sign in to comment.